Html Css Color HEX #FC0ED5 Hot Magenta

📋 copy color: '#FC0ED5'

red 252 ◦ green 14 ◦ blue 213

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

Shades of Hot Magenta #FC0ED5

Tints of Hot Magenta #FC0ED5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.92%

 BLUE value IS 213 (83.59% from 255) = 44.47%

R = 52.61%
G = 2.92%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FC0ED5 (or 0xFC0ED5) is known color: Hot Magenta. HEX triplet: FC, 0E and D5. RGB value is (252,14,213). Sum of RGB (Red+Green+Blue) = 252+14+213=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0ED5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0ED5 is #03F12A. Grayscale: #6B6B6B. Windows color (decimal): -258347 or 13963004. OLE color: 13963004.

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

Color convert

RGB 252 14 213 -
CMYK 0 0.94 0.15 0.01
HSL 309.83º 0.98% 0.52% -
HSV(B) 309.83º 0.94% 0.99% -
XYZ 52.31 25.81 65.18 -
YUV 107.85 187.35 230.82 -
System Red Green Blue C M Y K H S L
Decimal 252 14 213 0 0.94 0.15 0.01 309.83 0.98 0.52
Hex FC E D5 0 5E F 1 136 62 34
Octal 374 16 325 0 136 17 1 466 142 64
Binary 11111100 1110 11010101 0 1011110 1111 1 100110110 1100010 110100

Color Harmonies of #FC0ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0ED5

Black with #FC0ED5

Text Example


Text Example

White with #FC0ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0ED5; }

 p { color: rgb(252,14,213); }

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

background-color css

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

 a { background-color: rgb(252,14,213); }

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

border-color css

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

 span { border-color: rgb(252,14,213); }

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