Html Css Color HEX #FC0A9E Hollywood Cerise

📋 copy color: '#FC0A9E'

red 252 ◦ green 10 ◦ blue 158

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

Shades of Hollywood Cerise #FC0A9E

Tints of Hollywood Cerise #FC0A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 60%
G = 2.38%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC0A9E (or 0xFC0A9E) is known color: Hollywood Cerise. HEX triplet: FC, 0A and 9E. RGB value is (252,10,158). Sum of RGB (Red+Green+Blue) = 252+10+158=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A9E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A9E is #03F561. Grayscale: #626262. Windows color (decimal): -259426 or 10357500. OLE color: 10357500.

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

Color convert

RGB 252 10 158 -
CMYK 0 0.96 0.37 0.01
HSL 323.31º 0.98% 0.51% -
HSV(B) 323.31º 0.96% 0.99% -
XYZ 46.42 23.38 34.41 -
YUV 99.23 161.17 236.97 -
System Red Green Blue C M Y K H S L
Decimal 252 10 158 0 0.96 0.37 0.01 323.31 0.98 0.51
Hex FC A 9E 0 60 25 1 143 62 33
Octal 374 12 236 0 140 45 1 503 142 63
Binary 11111100 1010 10011110 0 1100000 100101 1 101000011 1100010 110011

Color Harmonies of #FC0A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A9E

Black with #FC0A9E

Text Example


Text Example

White with #FC0A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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