Html Css Color HEX #FC0DD4 Hot Magenta

📋 copy color: '#FC0DD4'

red 252 ◦ green 13 ◦ blue 212

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

Shades of Hot Magenta #FC0DD4

Tints of Hot Magenta #FC0DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.44%

R = 52.83%
G = 2.73%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FC0DD4 (or 0xFC0DD4) is known color: Hot Magenta. HEX triplet: FC, 0D and D4. RGB value is (252,13,212). Sum of RGB (Red+Green+Blue) = 252+13+212=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0DD4 is #03F22B. Grayscale: #6A6A6A. Windows color (decimal): -258604 or 13897212. OLE color: 13897212.

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

Color convert

RGB 252 13 212 -
CMYK 0 0.95 0.16 0.01
HSL 310.04º 0.98% 0.52% -
HSV(B) 310.04º 0.95% 0.99% -
XYZ 52.17 25.74 64.51 -
YUV 107.15 187.18 231.32 -
System Red Green Blue C M Y K H S L
Decimal 252 13 212 0 0.95 0.16 0.01 310.04 0.98 0.52
Hex FC D D4 0 5F 10 1 136 62 34
Octal 374 15 324 0 137 20 1 466 142 64
Binary 11111100 1101 11010100 0 1011111 10000 1 100110110 1100010 110100

Color Harmonies of #FC0DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DD4

Black with #FC0DD4

Text Example


Text Example

White with #FC0DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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