Html Css Color HEX #FC0AA7 Hollywood Cerise

📋 copy color: '#FC0AA7'

red 252 ◦ green 10 ◦ blue 167

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

Shades of Hollywood Cerise #FC0AA7

Tints of Hollywood Cerise #FC0AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 38.93%

R = 58.74%
G = 2.33%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC0AA7 (or 0xFC0AA7) is known color: Hollywood Cerise. HEX triplet: FC, 0A and A7. RGB value is (252,10,167). Sum of RGB (Red+Green+Blue) = 252+10+167=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 10 (4.30% from 255 or 2.33% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AA7 is #03F558. Grayscale: #636363. Windows color (decimal): -259417 or 10947324. OLE color: 10947324.

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

Color convert

RGB 252 10 167 -
CMYK 0 0.96 0.34 0.01
HSL 321.07º 0.98% 0.51% -
HSV(B) 321.07º 0.96% 0.99% -
XYZ 47.23 23.7 38.65 -
YUV 100.26 165.67 236.23 -
System Red Green Blue C M Y K H S L
Decimal 252 10 167 0 0.96 0.34 0.01 321.07 0.98 0.51
Hex FC A A7 0 60 22 1 141 62 33
Octal 374 12 247 0 140 42 1 501 142 63
Binary 11111100 1010 10100111 0 1100000 100010 1 101000001 1100010 110011

Color Harmonies of #FC0AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0AA7

Black with #FC0AA7

Text Example


Text Example

White with #FC0AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0AA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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