Html Css Color HEX #FC0ACC Hot Magenta

📋 copy color: '#FC0ACC'

red 252 ◦ green 10 ◦ blue 204

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

Shades of Hot Magenta #FC0ACC

Tints of Hot Magenta #FC0ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.78%

R = 54.08%
G = 2.15%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC0ACC (or 0xFC0ACC) is known color: Hot Magenta. HEX triplet: FC, 0A and CC. RGB value is (252,10,204). Sum of RGB (Red+Green+Blue) = 252+10+204=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ACC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ACC is #03F533. Grayscale: #676767. Windows color (decimal): -259380 or 13372156. OLE color: 13372156.

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

Color convert

RGB 252 10 204 -
CMYK 0 0.96 0.19 0.01
HSL 311.9º 0.98% 0.51% -
HSV(B) 311.9º 0.96% 0.99% -
XYZ 51.15 25.27 59.31 -
YUV 104.47 184.17 233.23 -
System Red Green Blue C M Y K H S L
Decimal 252 10 204 0 0.96 0.19 0.01 311.9 0.98 0.51
Hex FC A CC 0 60 13 1 138 62 33
Octal 374 12 314 0 140 23 1 470 142 63
Binary 11111100 1010 11001100 0 1100000 10011 1 100111000 1100010 110011

Color Harmonies of #FC0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0ACC

Black with #FC0ACC

Text Example


Text Example

White with #FC0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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