Html Css Color HEX #FC0DEC Magenta

📋 copy color: '#FC0DEC'

red 252 ◦ green 13 ◦ blue 236

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

Shades of Magenta #FC0DEC

Tints of Magenta #FC0DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 50.3%
G = 2.59%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FC0DEC (or 0xFC0DEC) is known color: Magenta. HEX triplet: FC, 0D and EC. RGB value is (252,13,236). Sum of RGB (Red+Green+Blue) = 252+13+236=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 13 (5.47% from 255 or 2.59% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DEC is #03F213. Grayscale: #6D6D6D. Windows color (decimal): -258580 or 15470076. OLE color: 15470076.

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

Color convert

RGB 252 13 236 -
CMYK 0 0.95 0.06 0.01
HSL 304.02º 0.98% 0.52% -
HSV(B) 304.02º 0.95% 0.99% -
XYZ 55.43 27.04 81.65 -
YUV 109.88 199.18 229.37 -
System Red Green Blue C M Y K H S L
Decimal 252 13 236 0 0.95 0.06 0.01 304.02 0.98 0.52
Hex FC D EC 0 5F 6 1 130 62 34
Octal 374 15 354 0 137 6 1 460 142 64
Binary 11111100 1101 11101100 0 1011111 110 1 100110000 1100010 110100

Color Harmonies of #FC0DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DEC

Black with #FC0DEC

Text Example


Text Example

White with #FC0DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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