Html Css Color HEX #F110A1 Hollywood Cerise

📋 copy color: '#F110A1'

red 241 ◦ green 16 ◦ blue 161

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

Shades of Hollywood Cerise #F110A1

Tints of Hollywood Cerise #F110A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 57.66%
G = 3.83%
B = 38.52%

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

#F110A1 (or 0xF110A1) is known color: Hollywood Cerise. HEX triplet: F1, 10 and A1. RGB value is (241,16,161). Sum of RGB (Red+Green+Blue) = 241+16+161=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F110A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F110A1 is #0EEF5E. Grayscale: #636363. Windows color (decimal): -978783 or 10555633. OLE color: 10555633.

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

Color convert

RGB 241 16 161 -
CMYK 0 0.93 0.33 0.05
HSL 321.33º 0.89% 0.5% -
HSV(B) 321.33º 0.93% 0.95% -
XYZ 42.89 21.64 35.64 -
YUV 99.81 162.54 228.71 -
System Red Green Blue C M Y K H S L
Decimal 241 16 161 0 0.93 0.33 0.05 321.33 0.89 0.5
Hex F1 10 A1 0 5D 21 5 141 59 32
Octal 361 20 241 0 135 41 5 501 131 62
Binary 11110001 10000 10100001 0 1011101 100001 101 101000001 1011001 110010

Color Harmonies of #F110A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F110A1

Black with #F110A1

Text Example


Text Example

White with #F110A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F110A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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