Html Css Color HEX #FC0DCD Hot Magenta

📋 copy color: '#FC0DCD'

red 252 ◦ green 13 ◦ blue 205

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

Shades of Hot Magenta #FC0DCD

Tints of Hot Magenta #FC0DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.77%

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

R = 53.62%
G = 2.77%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FC0DCD (or 0xFC0DCD) is known color: Hot Magenta. HEX triplet: FC, 0D and CD. RGB value is (252,13,205). Sum of RGB (Red+Green+Blue) = 252+13+205=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DCD is #03F232. Grayscale: #696969. Windows color (decimal): -258611 or 13438460. OLE color: 13438460.

HSL color Cylindrical-coordinate representation of color #FC0DCD: hue angle of 311.8º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0DCD is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 13 205 -
CMYK 0 0.95 0.19 0.01
HSL 311.8º 0.98% 0.52% -
HSV(B) 311.8º 0.95% 0.99% -
XYZ 51.31 25.39 59.95 -
YUV 106.35 183.68 231.89 -
System Red Green Blue C M Y K H S L
Decimal 252 13 205 0 0.95 0.19 0.01 311.8 0.98 0.52
Hex FC D CD 0 5F 13 1 138 62 34
Octal 374 15 315 0 137 23 1 470 142 64
Binary 11111100 1101 11001101 0 1011111 10011 1 100111000 1100010 110100

Color Harmonies of #FC0DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DCD

Black with #FC0DCD

Text Example


Text Example

White with #FC0DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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