#F05162

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

Shades of Wild Watermelon #F05162

Tints of Wild Watermelon #F05162

Color information

#F05162 (or 0xF05162) is unknown color: approx Wild Watermelon. HEX triplet: F0, 51 and 62. RGB value is (240,81,98). Sum of RGB (Red+Green+Blue) = 240+81+98=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 98 (38.67% from 255 or 23.39% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F05162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05162 is #0FAE9D. Grayscale: #828282. Windows color (decimal): -1027742 or 6443504. OLE color: 6443504.

HSL color Cylindrical-coordinate representation of color #F05162: hue angle of 353.58º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F05162 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB2408198-
CMYK00.660.590.06
HSL353.58º84.13%62.94%-
HSV(B)353.58º66.25%94.12%-
XYZ41.0825.2914.27-
YUV130.48109.68206.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.28%
GREEN value IS 81 (32.03% from 255) = 19.33%
BLUE value IS 98 (38.67% from 255) = 23.39%
R=57.28%
G=19.33%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240819800.660.590.06353.5884.1362.94
HexF051620423B6162543f
Octal360121142010273654212477
Binary1111000010100011100010010000101110111101011000101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05162; }

 p { color: rgb(240,81,98); }

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

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

 a { background-color: rgb(240,81,98); }

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

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

 span { border-color: rgb(240,81,98); }

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