Html Css Color HEX #FC0DEF Magenta

📋 copy color: '#FC0DEF'

red 252 ◦ green 13 ◦ blue 239

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

Shades of Magenta #FC0DEF

Tints of Magenta #FC0DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.42%

R = 50%
G = 2.58%
B = 47.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FC0DEF (or 0xFC0DEF) is known color: Magenta. HEX triplet: FC, 0D and EF. RGB value is (252,13,239). Sum of RGB (Red+Green+Blue) = 252+13+239=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0DEF is #03F210. Grayscale: #6D6D6D. Windows color (decimal): -258577 or 15666684. OLE color: 15666684.

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

Color convert

RGB 252 13 239 -
CMYK 0 0.95 0.05 0.01
HSL 303.26º 0.98% 0.52% -
HSV(B) 303.26º 0.95% 0.99% -
XYZ 55.87 27.22 83.97 -
YUV 110.23 200.68 229.12 -
System Red Green Blue C M Y K H S L
Decimal 252 13 239 0 0.95 0.05 0.01 303.26 0.98 0.52
Hex FC D EF 0 5F 5 1 12F 62 34
Octal 374 15 357 0 137 5 1 457 142 64
Binary 11111100 1101 11101111 0 1011111 101 1 100101111 1100010 110100

Color Harmonies of #FC0DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DEF

Black with #FC0DEF

Text Example


Text Example

White with #FC0DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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