#F55470

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

Shades of Wild Watermelon #F55470

Tints of Wild Watermelon #F55470

Color information

#F55470 (or 0xF55470) is unknown color: approx Wild Watermelon. HEX triplet: F5, 54 and 70. RGB value is (245,84,112). Sum of RGB (Red+Green+Blue) = 245+84+112=441 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.56% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 245 - color contains mainly: red. Hex color #F55470 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55470 is #0AAB8F. Grayscale: #878787. Windows color (decimal): -699280 or 7361781. OLE color: 7361781.

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

Color convert

RGB24584112-
CMYK00.660.540.04
HSL349.57º88.95%64.51%-
HSV(B)349.57º65.71%96.08%-
XYZ43.7526.9218.22-
YUV135.33114.84206.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.56%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=55.56%
G=19.05%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458411200.660.540.04349.5788.9564.51
HexF5547004236415e5941
Octal3651241600102664536131101
Binary11110101101010011100000100001011011010010101111010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55470; }

 p { color: rgb(245,84,112); }

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

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

 a { background-color: rgb(245,84,112); }

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

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

 span { border-color: rgb(245,84,112); }

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