#F55270

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

Shades of Wild Watermelon #F55270

Tints of Wild Watermelon #F55270

Color information

#F55270 (or 0xF55270) is unknown color: approx Wild Watermelon. HEX triplet: F5, 52 and 70. RGB value is (245,82,112). Sum of RGB (Red+Green+Blue) = 245+82+112=439 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.81% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 245 - color contains mainly: red. Hex color #F55270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F55270 is #0AAD8F. Grayscale: #868686. Windows color (decimal): -699792 or 7361269. OLE color: 7361269.

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

Color convert

RGB24582112-
CMYK00.670.540.04
HSL348.96º89.07%64.12%-
HSV(B)348.96º66.53%96.08%-
XYZ43.626.6218.17-
YUV134.16115.5207.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 55.81%
GREEN value IS 82 (32.42% from 255) = 18.68%
BLUE value IS 112 (44.14% from 255) = 25.51%
R=55.81%
G=18.68%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458211200.670.540.04348.9689.0764.12
HexF5527004336415d5940
Octal3651221600103664535131100
Binary11110101101001011100000100001111011010010101110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F55270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F55270; }

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

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

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

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

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

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

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

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