Html Css Color HEX #FC0EDE Hot Magenta

📋 copy color: '#FC0EDE'

red 252 ◦ green 14 ◦ blue 222

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

Shades of Hot Magenta #FC0EDE

Tints of Hot Magenta #FC0EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 51.64%
G = 2.87%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FC0EDE (or 0xFC0EDE) is known color: Hot Magenta. HEX triplet: FC, 0E and DE. RGB value is (252,14,222). Sum of RGB (Red+Green+Blue) = 252+14+222=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 14 (5.86% from 255 or 2.87% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EDE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EDE is #03F121. Grayscale: #6C6C6C. Windows color (decimal): -258338 or 14552828. OLE color: 14552828.

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

Color convert

RGB 252 14 222 -
CMYK 0 0.94 0.12 0.01
HSL 307.56º 0.98% 0.52% -
HSV(B) 307.56º 0.94% 0.99% -
XYZ 53.49 26.28 71.36 -
YUV 108.87 191.85 230.09 -
System Red Green Blue C M Y K H S L
Decimal 252 14 222 0 0.94 0.12 0.01 307.56 0.98 0.52
Hex FC E DE 0 5E C 1 134 62 34
Octal 374 16 336 0 136 14 1 464 142 64
Binary 11111100 1110 11011110 0 1011110 1100 1 100110100 1100010 110100

Color Harmonies of #FC0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EDE

Black with #FC0EDE

Text Example


Text Example

White with #FC0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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