Html Css Color HEX #FC0091 Hollywood Cerise

📋 copy color: '#FC0091'

red 252 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #FC0091

Tints of Hollywood Cerise #FC0091

RGB

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

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

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

R = 63.48%
G = 0%
B = 36.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC0091 (or 0xFC0091) is known color: Hollywood Cerise. HEX triplet: FC, 00 and 91. RGB value is (252,0,145). Sum of RGB (Red+Green+Blue) = 252+0+145=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0091 is #03FF6E. Grayscale: #5B5B5B. Windows color (decimal): -261999 or 9502972. OLE color: 9502972.

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

Color convert

RGB 252 0 145 -
CMYK 0 1 0.42 0.01
HSL 325.48º 1% 0.49% -
HSV(B) 325.48º 1% 0.99% -
XYZ 45.26 22.74 28.79 -
YUV 91.88 157.99 242.21 -
System Red Green Blue C M Y K H S L
Decimal 252 0 145 0 1 0.42 0.01 325.48 1 0.49
Hex FC 0 91 0 64 2A 1 145 64 31
Octal 374 0 221 0 144 52 1 505 144 61
Binary 11111100 0 10010001 0 1100100 101010 1 101000101 1100100 110001

Color Harmonies of #FC0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0091

Black with #FC0091

Text Example


Text Example

White with #FC0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0091; }

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

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

background-color css

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

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

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

border-color css

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

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

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