Html Css Color HEX #F210A4 Hollywood Cerise

📋 copy color: '#F210A4'

red 242 ◦ green 16 ◦ blue 164

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

Shades of Hollywood Cerise #F210A4

Tints of Hollywood Cerise #F210A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 38.86%

R = 57.35%
G = 3.79%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F210A4 (or 0xF210A4) is known color: Hollywood Cerise. HEX triplet: F2, 10 and A4. RGB value is (242,16,164). Sum of RGB (Red+Green+Blue) = 242+16+164=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F210A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F210A4 is #0DEF5B. Grayscale: #646464. Windows color (decimal): -913244 or 10752242. OLE color: 10752242.

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

Color convert

RGB 242 16 164 -
CMYK 0 0.93 0.32 0.05
HSL 320.71º 0.9% 0.51% -
HSV(B) 320.71º 0.93% 0.95% -
XYZ 43.5 21.93 37.06 -
YUV 100.45 163.87 228.97 -
System Red Green Blue C M Y K H S L
Decimal 242 16 164 0 0.93 0.32 0.05 320.71 0.9 0.51
Hex F2 10 A4 0 5D 20 5 141 5A 33
Octal 362 20 244 0 135 40 5 501 132 63
Binary 11110010 10000 10100100 0 1011101 100000 101 101000001 1011010 110011

Color Harmonies of #F210A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F210A4

Black with #F210A4

Text Example


Text Example

White with #F210A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F210A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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