Html Css Color HEX #F111A0 Hollywood Cerise

📋 copy color: '#F111A0'

red 241 ◦ green 17 ◦ blue 160

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

Shades of Hollywood Cerise #F111A0

Tints of Hollywood Cerise #F111A0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.07%

 BLUE value IS 160 (62.89% from 255) = 38.28%

R = 57.66%
G = 4.07%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F111A0 (or 0xF111A0) is known color: Hollywood Cerise. HEX triplet: F1, 11 and A0. RGB value is (241,17,160). Sum of RGB (Red+Green+Blue) = 241+17+160=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F111A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F111A0 is #0EEE5F. Grayscale: #636363. Windows color (decimal): -978528 or 10490353. OLE color: 10490353.

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

Color convert

RGB 241 17 160 -
CMYK 0 0.93 0.34 0.05
HSL 321.7º 0.89% 0.51% -
HSV(B) 321.7º 0.93% 0.95% -
XYZ 42.82 21.64 35.18 -
YUV 100.28 161.71 228.37 -
System Red Green Blue C M Y K H S L
Decimal 241 17 160 0 0.93 0.34 0.05 321.7 0.89 0.51
Hex F1 11 A0 0 5D 22 5 142 59 33
Octal 361 21 240 0 135 42 5 502 131 63
Binary 11110001 10001 10100000 0 1011101 100010 101 101000010 1011001 110011

Color Harmonies of #F111A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111A0

Black with #F111A0

Text Example


Text Example

White with #F111A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111A0; }

 p { color: rgb(241,17,160); }

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

background-color css

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

 a { background-color: rgb(241,17,160); }

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

border-color css

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

 span { border-color: rgb(241,17,160); }

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