Html Css Color HEX #F210A6 Hollywood Cerise

📋 copy color: '#F210A6'

red 242 ◦ green 16 ◦ blue 166

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

Shades of Hollywood Cerise #F210A6

Tints of Hollywood Cerise #F210A6

RGB

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

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

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

R = 57.08%
G = 3.77%
B = 39.15%

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

#F210A6 (or 0xF210A6) is known color: Hollywood Cerise. HEX triplet: F2, 10 and A6. RGB value is (242,16,166). Sum of RGB (Red+Green+Blue) = 242+16+166=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F210A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210A6 is #0DEF59. Grayscale: #646464. Windows color (decimal): -913242 or 10883314. OLE color: 10883314.

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

Color convert

RGB 242 16 166 -
CMYK 0 0.93 0.31 0.05
HSL 320.18º 0.9% 0.51% -
HSV(B) 320.18º 0.93% 0.95% -
XYZ 43.69 22 38.02 -
YUV 100.67 164.87 228.8 -
System Red Green Blue C M Y K H S L
Decimal 242 16 166 0 0.93 0.31 0.05 320.18 0.9 0.51
Hex F2 10 A6 0 5D 1F 5 140 5A 33
Octal 362 20 246 0 135 37 5 500 132 63
Binary 11110010 10000 10100110 0 1011101 11111 101 101000000 1011010 110011

Color Harmonies of #F210A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210A6

Black with #F210A6

Text Example


Text Example

White with #F210A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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