Html Css Color HEX #F05166 Wild Watermelon

📋 copy color: '#F05166'

red 240 ◦ green 81 ◦ blue 102

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

Shades of Wild Watermelon #F05166

Tints of Wild Watermelon #F05166

RGB

 RED value IS 240 (94.14% from 255) = 56.74%

 GREEN value IS 81 (32.03% from 255) = 19.15%

 BLUE value IS 102 (40.23% from 255) = 24.11%

R = 56.74%
G = 19.15%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#F05166 (or 0xF05166) is known color: Wild Watermelon. HEX triplet: F0, 51 and 66. RGB value is (240,81,102). Sum of RGB (Red+Green+Blue) = 240+81+102=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 102 (40.23% from 255 or 24.11% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F05166 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05166 is #0FAE99. Grayscale: #838383. Windows color (decimal): -1027738 or 6705648. OLE color: 6705648.

HSL color Cylindrical-coordinate representation of color #F05166: hue angle of 352.08º 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 #F05166 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 102 -
CMYK 0 0.66 0.58 0.06
HSL 352.08º 0.84% 0.63% -
HSV(B) 352.08º 0.66% 0.94% -
XYZ 41.28 25.37 15.29 -
YUV 130.94 111.68 205.79 -
System Red Green Blue C M Y K H S L
Decimal 240 81 102 0 0.66 0.58 0.06 352.08 0.84 0.63
Hex F0 51 66 0 42 3A 6 160 54 3F
Octal 360 121 146 0 102 72 6 540 124 77
Binary 11110000 1010001 1100110 0 1000010 111010 110 101100000 1010100 111111

Color Harmonies of #F05166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05166

Black with #F05166

Text Example


Text Example

White with #F05166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05166; }

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

 H1.HeaderClassName
 {
   color: #F05166;
 }
 .AnyTagClassName
 {
   color: #F05166;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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