Html Css Color HEX #F1009C Hollywood Cerise

📋 copy color: '#F1009C'

red 241 ◦ green 0 ◦ blue 156

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

Shades of Hollywood Cerise #F1009C

Tints of Hollywood Cerise #F1009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 39.29%

R = 60.71%
G = 0%
B = 39.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1009C (or 0xF1009C) is known color: Hollywood Cerise. HEX triplet: F1, 00 and 9C. RGB value is (241,0,156). Sum of RGB (Red+Green+Blue) = 241+0+156=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F1009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F1009C is #0EFF63. Grayscale: #595959. Windows color (decimal): -982884 or 10223857. OLE color: 10223857.

HSL color Cylindrical-coordinate representation of color #F1009C: hue angle of 321.16º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1009C is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 0 156 -
CMYK 0 1 0.35 0.05
HSL 321.16º 1% 0.47% -
HSV(B) 321.16º 1% 0.95% -
XYZ 42.28 21.1 33.3 -
YUV 89.84 165.34 235.82 -
System Red Green Blue C M Y K H S L
Decimal 241 0 156 0 1 0.35 0.05 321.16 1 0.47
Hex F1 0 9C 0 64 23 5 141 64 2F
Octal 361 0 234 0 144 43 5 501 144 57
Binary 11110001 0 10011100 0 1100100 100011 101 101000001 1100100 101111

Color Harmonies of #F1009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1009C

Black with #F1009C

Text Example


Text Example

White with #F1009C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1009C; }

 p { color: rgb(241,0,156); }

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

background-color css

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

 a { background-color: rgb(241,0,156); }

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

border-color css

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

 span { border-color: rgb(241,0,156); }

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