Html Css Color HEX #F010A6 Hollywood Cerise

📋 copy color: '#F010A6'

red 240 ◦ green 16 ◦ blue 166

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

Shades of Hollywood Cerise #F010A6

Tints of Hollywood Cerise #F010A6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.79%

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

R = 56.87%
G = 3.79%
B = 39.34%

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

#F010A6 (or 0xF010A6) is known color: Hollywood Cerise. HEX triplet: F0, 10 and A6. RGB value is (240,16,166). Sum of RGB (Red+Green+Blue) = 240+16+166=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F010A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F010A6 is #0FEF59. Grayscale: #636363. Windows color (decimal): -1044314 or 10883312. OLE color: 10883312.

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

Color convert

RGB 240 16 166 -
CMYK 0 0.93 0.31 0.06
HSL 319.82º 0.88% 0.5% -
HSV(B) 319.82º 0.93% 0.94% -
XYZ 43 21.65 37.99 -
YUV 100.08 165.21 227.8 -
System Red Green Blue C M Y K H S L
Decimal 240 16 166 0 0.93 0.31 0.06 319.82 0.88 0.5
Hex F0 10 A6 0 5D 1F 6 140 58 32
Octal 360 20 246 0 135 37 6 500 130 62
Binary 11110000 10000 10100110 0 1011101 11111 110 101000000 1011000 110010

Color Harmonies of #F010A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F010A6

Black with #F010A6

Text Example


Text Example

White with #F010A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F010A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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