Html Css Color HEX #F05162 Wild Watermelon

📋 copy color: '#F05162'

red 240 ◦ green 81 ◦ blue 98

#F05162
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Watermelon #F05162

Tints of Wild Watermelon #F05162

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 value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#F05162 (or 0xF05162) is known color: 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

RGB 240 81 98 -
CMYK 0 0.66 0.59 0.06
HSL 353.58º 0.84% 0.63% -
HSV(B) 353.58º 0.66% 0.94% -
XYZ 41.08 25.29 14.27 -
YUV 130.48 109.68 206.12 -
System Red Green Blue C M Y K H S L
Decimal 240 81 98 0 0.66 0.59 0.06 353.58 0.84 0.63
Hex F0 51 62 0 42 3B 6 162 54 3F
Octal 360 121 142 0 102 73 6 542 124 77
Binary 11110000 1010001 1100010 0 1000010 111011 110 101100010 1010100 111111

Color Harmonies of #F05162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05162

Black with #F05162

Text Example


Text Example

White with #F05162

Text Example


Text Example

HTML Codes & Css Web 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>