Html Css Color HEX #FC0191 Hollywood Cerise

📋 copy color: '#FC0191'

red 252 ◦ green 1 ◦ blue 145

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

Shades of Hollywood Cerise #FC0191

Tints of Hollywood Cerise #FC0191

RGB

 RED value IS 252 (98.83% from 255) = 63.32%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 63.32%
G = 0.25%
B = 36.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0191 (or 0xFC0191) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 91. RGB value is (252,1,145). Sum of RGB (Red+Green+Blue) = 252+1+145=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0191 is #03FE6E. Grayscale: #5C5C5C. Windows color (decimal): -261743 or 9503228. OLE color: 9503228.

HSL color Cylindrical-coordinate representation of color #FC0191: hue angle of 325.58º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0191 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 145 -
CMYK 0 1.00 0.42 0.01
HSL 325.58º 0.99% 0.5% -
HSV(B) 325.58º 1% 0.99% -
XYZ 45.27 22.76 28.8 -
YUV 92.47 157.66 241.79 -
System Red Green Blue C M Y K H S L
Decimal 252 1 145 0 1.00 0.42 0.01 325.58 0.99 0.5
Hex FC 1 91 0 64 2A 1 146 63 32
Octal 374 1 221 0 144 52 1 506 143 62
Binary 11111100 1 10010001 0 1100100 101010 1 101000110 1100011 110010

Color Harmonies of #FC0191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0191

Black with #FC0191

Text Example


Text Example

White with #FC0191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0191; }

 p { color: rgb(252,1,145); }

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

background-color css

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

 a { background-color: rgb(252,1,145); }

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

border-color css

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

 span { border-color: rgb(252,1,145); }

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