Html Css Color HEX #F210A8 Hollywood Cerise

📋 copy color: '#F210A8'

red 242 ◦ green 16 ◦ blue 168

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

Shades of Hollywood Cerise #F210A8

Tints of Hollywood Cerise #F210A8

RGB

 RED value IS 242 (94.92% from 255) = 56.81%

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

 BLUE value IS 168 (66.02% from 255) = 39.44%

R = 56.81%
G = 3.76%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F210A8 (or 0xF210A8) is known color: Hollywood Cerise. HEX triplet: F2, 10 and A8. RGB value is (242,16,168). Sum of RGB (Red+Green+Blue) = 242+16+168=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 16 (6.64% from 255 or 3.76% from 426); Blue value is 168 (66.02% from 255 or 39.44% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F210A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210A8 is #0DEF57. Grayscale: #646464. Windows color (decimal): -913240 or 11014386. OLE color: 11014386.

HSL color Cylindrical-coordinate representation of color #F210A8: hue angle of 319.65º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F210A8 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 16 168 -
CMYK 0 0.93 0.31 0.05
HSL 319.65º 0.9% 0.51% -
HSV(B) 319.65º 0.93% 0.95% -
XYZ 43.87 22.07 38.99 -
YUV 100.9 165.87 228.64 -
System Red Green Blue C M Y K H S L
Decimal 242 16 168 0 0.93 0.31 0.05 319.65 0.9 0.51
Hex F2 10 A8 0 5D 1F 5 140 5A 33
Octal 362 20 250 0 135 37 5 500 132 63
Binary 11110010 10000 10101000 0 1011101 11111 101 101000000 1011010 110011

Color Harmonies of #F210A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210A8

Black with #F210A8

Text Example


Text Example

White with #F210A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210A8; }

 p { color: rgb(242,16,168); }

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

background-color css

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

 a { background-color: rgb(242,16,168); }

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

border-color css

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

 span { border-color: rgb(242,16,168); }

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