Html Css Color HEX #FC0A9F Hollywood Cerise

📋 copy color: '#FC0A9F'

red 252 ◦ green 10 ◦ blue 159

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

Shades of Hollywood Cerise #FC0A9F

Tints of Hollywood Cerise #FC0A9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.77%

R = 59.86%
G = 2.38%
B = 37.77%

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

#FC0A9F (or 0xFC0A9F) is known color: Hollywood Cerise. HEX triplet: FC, 0A and 9F. RGB value is (252,10,159). Sum of RGB (Red+Green+Blue) = 252+10+159=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0A9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0A9F is #03F560. Grayscale: #626262. Windows color (decimal): -259425 or 10423036. OLE color: 10423036.

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

Color convert

RGB 252 10 159 -
CMYK 0 0.96 0.37 0.01
HSL 323.06º 0.98% 0.51% -
HSV(B) 323.06º 0.96% 0.99% -
XYZ 46.51 23.42 34.87 -
YUV 99.34 161.67 236.88 -
System Red Green Blue C M Y K H S L
Decimal 252 10 159 0 0.96 0.37 0.01 323.06 0.98 0.51
Hex FC A 9F 0 60 25 1 143 62 33
Octal 374 12 237 0 140 45 1 503 142 63
Binary 11111100 1010 10011111 0 1100000 100101 1 101000011 1100010 110011

Color Harmonies of #FC0A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0A9F

Black with #FC0A9F

Text Example


Text Example

White with #FC0A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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