Html Css Color HEX #FC0ACD Hot Magenta

📋 copy color: '#FC0ACD'

red 252 ◦ green 10 ◦ blue 205

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

Shades of Hot Magenta #FC0ACD

Tints of Hot Magenta #FC0ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.9%

R = 53.96%
G = 2.14%
B = 43.9%

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

#FC0ACD (or 0xFC0ACD) is known color: Hot Magenta. HEX triplet: FC, 0A and CD. RGB value is (252,10,205). Sum of RGB (Red+Green+Blue) = 252+10+205=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 10 (4.30% from 255 or 2.14% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ACD is #03F532. Grayscale: #686868. Windows color (decimal): -259379 or 13437692. OLE color: 13437692.

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

Color convert

RGB 252 10 205 -
CMYK 0 0.96 0.19 0.01
HSL 311.65º 0.98% 0.51% -
HSV(B) 311.65º 0.96% 0.99% -
XYZ 51.27 25.32 59.94 -
YUV 104.59 184.67 233.14 -
System Red Green Blue C M Y K H S L
Decimal 252 10 205 0 0.96 0.19 0.01 311.65 0.98 0.51
Hex FC A CD 0 60 13 1 138 62 33
Octal 374 12 315 0 140 23 1 470 142 63
Binary 11111100 1010 11001101 0 1100000 10011 1 100111000 1100010 110011

Color Harmonies of #FC0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0ACD

Black with #FC0ACD

Text Example


Text Example

White with #FC0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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