#f45675

Color #F45675 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F45675

Tints of Wild Watermelon #F45675

Color information

#F45675 (or 0xF45675) is unknown color: approx Wild Watermelon. HEX triplet: F4, 56 and 75. RGB value is (244,86,117). Sum of RGB (Red+Green+Blue) = 244+86+117=447 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.59% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 244 - color contains mainly: red. Hex color #F45675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45675 is #0BA98A. Grayscale: #888888. Windows color (decimal): -764299 or 7689972. OLE color: 7689972.

HSL color Cylindrical-coordinate representation of color #F45675: hue angle of 348.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F45675 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB24486117-
CMYK00.650.520.04
HSL348.23º87.78%64.71%-
HSV(B)348.23º64.75%95.69%-
XYZ43.8527.1719.76-
YUV136.78116.85204.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 54.59%
GREEN value IS 86 (33.98% from 255) = 19.24%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=54.59%
G=19.24%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448611700.650.520.04348.2387.7864.71
HexF4567504134415c5841
Octal3641261650101644534130101
Binary11110100101011011101010100000111010010010101110010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f45675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f45675; }

 p { color: rgb(244,86,117); }

 H1.HeaderClassName
 {
   color: #f45675;
 }
 .AnyTagClassName
 {
   color: #f45675;
 }
</style>
background-color css

<style>
 a { background-color: #f45675; }

 a { background-color: rgb(244,86,117); }

 div.DivClassName
 {
   background-color: #f45675;
 }
 .BgClassName
 {
   background-color: #f45675;
 }
</style>
border-color css

<style>
 span { border-color: #f45675; }

 span { border-color: rgb(244,86,117); }

 td.TdClassName
 {
   border-color: #f45675;
 }
 .TagClassName
 {
   border-color: #f45675;
 }
</style>