Html Css Color HEX #FC00A4 Hollywood Cerise

📋 copy color: '#FC00A4'

red 252 ◦ green 0 ◦ blue 164

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

Shades of Hollywood Cerise #FC00A4

Tints of Hollywood Cerise #FC00A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.42%

R = 60.58%
G = 0%
B = 39.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FC00A4 (or 0xFC00A4) is known color: Hollywood Cerise. HEX triplet: FC, 00 and A4. RGB value is (252,0,164). Sum of RGB (Red+Green+Blue) = 252+0+164=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 0 (0.39% from 255 or 0% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC00A4 is #03FF5B. Grayscale: #5D5D5D. Windows color (decimal): -261980 or 10748156. OLE color: 10748156.

HSL color Cylindrical-coordinate representation of color #FC00A4: hue angle of 320.95º 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 #FC00A4 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 0 164 -
CMYK 0 1 0.35 0.01
HSL 320.95º 1% 0.49% -
HSV(B) 320.95º 1% 0.99% -
XYZ 46.85 23.38 37.16 -
YUV 94.04 167.49 240.66 -
System Red Green Blue C M Y K H S L
Decimal 252 0 164 0 1 0.35 0.01 320.95 1 0.49
Hex FC 0 A4 0 64 23 1 141 64 31
Octal 374 0 244 0 144 43 1 501 144 61
Binary 11111100 0 10100100 0 1100100 100011 1 101000001 1100100 110001

Color Harmonies of #FC00A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC00A4

Black with #FC00A4

Text Example


Text Example

White with #FC00A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC00A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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