Html Css Color HEX #FC0EDB Hot Magenta

📋 copy color: '#FC0EDB'

red 252 ◦ green 14 ◦ blue 219

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

Shades of Hot Magenta #FC0EDB

Tints of Hot Magenta #FC0EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.15%

R = 51.96%
G = 2.89%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FC0EDB (or 0xFC0EDB) is known color: Hot Magenta. HEX triplet: FC, 0E and DB. RGB value is (252,14,219). Sum of RGB (Red+Green+Blue) = 252+14+219=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 14 (5.86% from 255 or 2.89% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0EDB is #03F124. Grayscale: #6B6B6B. Windows color (decimal): -258341 or 14356220. OLE color: 14356220.

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

Color convert

RGB 252 14 219 -
CMYK 0 0.94 0.13 0.01
HSL 308.32º 0.98% 0.52% -
HSV(B) 308.32º 0.94% 0.99% -
XYZ 53.09 26.12 69.26 -
YUV 108.53 190.35 230.33 -
System Red Green Blue C M Y K H S L
Decimal 252 14 219 0 0.94 0.13 0.01 308.32 0.98 0.52
Hex FC E DB 0 5E D 1 134 62 34
Octal 374 16 333 0 136 15 1 464 142 64
Binary 11111100 1110 11011011 0 1011110 1101 1 100110100 1100010 110100

Color Harmonies of #FC0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0EDB

Black with #FC0EDB

Text Example


Text Example

White with #FC0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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