#F45571

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

Shades of Wild Watermelon #F45571

Tints of Wild Watermelon #F45571

Color information

#F45571 (or 0xF45571) is unknown color: approx Wild Watermelon. HEX triplet: F4, 55 and 71. RGB value is (244,85,113). Sum of RGB (Red+Green+Blue) = 244+85+113=442 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.20% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 244 - color contains mainly: red. Hex color #F45571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45571 is #0BAA8E. Grayscale: #878787. Windows color (decimal): -764559 or 7427572. OLE color: 7427572.

HSL color Cylindrical-coordinate representation of color #F45571: hue angle of 349.43º 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 #F45571 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB24485113-
CMYK00.650.540.04
HSL349.43º87.85%64.51%-
HSV(B)349.43º65.16%95.69%-
XYZ43.5426.9218.52-
YUV135.73115.18205.22-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.20%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=55.20%
G=19.23%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448511300.650.540.04349.4387.8564.51
HexF4557104136415d5841
Octal3641251610101664535130101
Binary11110100101010111100010100000111011010010101110110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45571; }

 p { color: rgb(244,85,113); }

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

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

 a { background-color: rgb(244,85,113); }

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

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

 span { border-color: rgb(244,85,113); }

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