Html Css Color HEX #F011A6 Hollywood Cerise

📋 copy color: '#F011A6'

red 240 ◦ green 17 ◦ blue 166

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

Shades of Hollywood Cerise #F011A6

Tints of Hollywood Cerise #F011A6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.02%

 BLUE value IS 166 (65.23% from 255) = 39.24%

R = 56.74%
G = 4.02%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#F011A6 (or 0xF011A6) is known color: Hollywood Cerise. HEX triplet: F0, 11 and A6. RGB value is (240,17,166). Sum of RGB (Red+Green+Blue) = 240+17+166=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F011A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F011A6 is #0FEE59. Grayscale: #646464. Windows color (decimal): -1044058 or 10883568. OLE color: 10883568.

HSL color Cylindrical-coordinate representation of color #F011A6: hue angle of 319.91º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F011A6 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 166 -
CMYK 0 0.93 0.31 0.06
HSL 319.91º 0.88% 0.5% -
HSV(B) 319.91º 0.93% 0.94% -
XYZ 43.02 21.68 37.99 -
YUV 100.66 164.88 227.38 -
System Red Green Blue C M Y K H S L
Decimal 240 17 166 0 0.93 0.31 0.06 319.91 0.88 0.5
Hex F0 11 A6 0 5D 1F 6 140 58 32
Octal 360 21 246 0 135 37 6 500 130 62
Binary 11110000 10001 10100110 0 1011101 11111 110 101000000 1011000 110010

Color Harmonies of #F011A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F011A6

Black with #F011A6

Text Example


Text Example

White with #F011A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F011A6; }

 p { color: rgb(240,17,166); }

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

background-color css

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

 a { background-color: rgb(240,17,166); }

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

border-color css

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

 span { border-color: rgb(240,17,166); }

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