Html Css Color HEX #FC0AAE Hollywood Cerise

📋 copy color: '#FC0AAE'

red 252 ◦ green 10 ◦ blue 174

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

Shades of Hollywood Cerise #FC0AAE

Tints of Hollywood Cerise #FC0AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.29%

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

R = 57.8%
G = 2.29%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC0AAE (or 0xFC0AAE) is known color: Hollywood Cerise. HEX triplet: FC, 0A and AE. RGB value is (252,10,174). Sum of RGB (Red+Green+Blue) = 252+10+174=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AAE is #03F551. Grayscale: #646464. Windows color (decimal): -259410 or 11406076. OLE color: 11406076.

HSL color Cylindrical-coordinate representation of color #FC0AAE: hue angle of 319.34º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AAE is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 10 174 -
CMYK 0 0.96 0.31 0.01
HSL 319.34º 0.98% 0.51% -
HSV(B) 319.34º 0.96% 0.99% -
XYZ 47.89 23.97 42.15 -
YUV 101.05 169.17 235.66 -
System Red Green Blue C M Y K H S L
Decimal 252 10 174 0 0.96 0.31 0.01 319.34 0.98 0.51
Hex FC A AE 0 60 1F 1 13F 62 33
Octal 374 12 256 0 140 37 1 477 142 63
Binary 11111100 1010 10101110 0 1100000 11111 1 100111111 1100010 110011

Color Harmonies of #FC0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AAE

Black with #FC0AAE

Text Example


Text Example

White with #FC0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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