Html Css Color HEX #F110A2 Hollywood Cerise

📋 copy color: '#F110A2'

red 241 ◦ green 16 ◦ blue 162

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

Shades of Hollywood Cerise #F110A2

Tints of Hollywood Cerise #F110A2

RGB

 RED value IS 241 (94.53% from 255) = 57.52%

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

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 57.52%
G = 3.82%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F110A2 (or 0xF110A2) is known color: Hollywood Cerise. HEX triplet: F1, 10 and A2. RGB value is (241,16,162). Sum of RGB (Red+Green+Blue) = 241+16+162=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F110A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F110A2 is #0EEF5D. Grayscale: #636363. Windows color (decimal): -978782 or 10621169. OLE color: 10621169.

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

Color convert

RGB 241 16 162 -
CMYK 0 0.93 0.33 0.05
HSL 321.07º 0.89% 0.5% -
HSV(B) 321.07º 0.93% 0.95% -
XYZ 42.98 21.68 36.1 -
YUV 99.92 163.04 228.63 -
System Red Green Blue C M Y K H S L
Decimal 241 16 162 0 0.93 0.33 0.05 321.07 0.89 0.5
Hex F1 10 A2 0 5D 21 5 141 59 32
Octal 361 20 242 0 135 41 5 501 131 62
Binary 11110001 10000 10100010 0 1011101 100001 101 101000001 1011001 110010

Color Harmonies of #F110A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F110A2

Black with #F110A2

Text Example


Text Example

White with #F110A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F110A2; }

 p { color: rgb(241,16,162); }

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

background-color css

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

 a { background-color: rgb(241,16,162); }

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

border-color css

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

 span { border-color: rgb(241,16,162); }

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