Html Css Color HEX #FC01AE Hollywood Cerise

📋 copy color: '#FC01AE'

red 252 ◦ green 1 ◦ blue 174

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

Shades of Hollywood Cerise #FC01AE

Tints of Hollywood Cerise #FC01AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 59.02%
G = 0.23%
B = 40.75%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC01AE (or 0xFC01AE) is known color: Hollywood Cerise. HEX triplet: FC, 01 and AE. RGB value is (252,1,174). Sum of RGB (Red+Green+Blue) = 252+1+174=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01AE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC01AE is #03FE51. Grayscale: #5F5F5F. Windows color (decimal): -261714 or 11403772. OLE color: 11403772.

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

Color convert

RGB 252 1 174 -
CMYK 0 1.00 0.31 0.01
HSL 318.65º 0.99% 0.5% -
HSV(B) 318.65º 1% 0.99% -
XYZ 47.8 23.77 42.11 -
YUV 95.77 172.16 239.43 -
System Red Green Blue C M Y K H S L
Decimal 252 1 174 0 1.00 0.31 0.01 318.65 0.99 0.5
Hex FC 1 AE 0 64 1F 1 13F 63 32
Octal 374 1 256 0 144 37 1 477 143 62
Binary 11111100 1 10101110 0 1100100 11111 1 100111111 1100011 110010

Color Harmonies of #FC01AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC01AE

Black with #FC01AE

Text Example


Text Example

White with #FC01AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC01AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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