Html Css Color HEX #FC0EDD Hot Magenta

📋 copy color: '#FC0EDD'

red 252 ◦ green 14 ◦ blue 221

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

Shades of Hot Magenta #FC0EDD

Tints of Hot Magenta #FC0EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 51.75%
G = 2.87%
B = 45.38%

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

#FC0EDD (or 0xFC0EDD) is known color: Hot Magenta. HEX triplet: FC, 0E and DD. RGB value is (252,14,221). Sum of RGB (Red+Green+Blue) = 252+14+221=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EDD is #03F122. Grayscale: #6C6C6C. Windows color (decimal): -258339 or 14487292. OLE color: 14487292.

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

Color convert

RGB 252 14 221 -
CMYK 0 0.94 0.12 0.01
HSL 307.82º 0.98% 0.52% -
HSV(B) 307.82º 0.94% 0.99% -
XYZ 53.35 26.23 70.66 -
YUV 108.76 191.35 230.17 -
System Red Green Blue C M Y K H S L
Decimal 252 14 221 0 0.94 0.12 0.01 307.82 0.98 0.52
Hex FC E DD 0 5E C 1 134 62 34
Octal 374 16 335 0 136 14 1 464 142 64
Binary 11111100 1110 11011101 0 1011110 1100 1 100110100 1100010 110100

Color Harmonies of #FC0EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EDD

Black with #FC0EDD

Text Example


Text Example

White with #FC0EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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