Html Css Color HEX #FD00EC Magenta

📋 copy color: '#FD00EC'

red 253 ◦ green 0 ◦ blue 236

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

Shades of Magenta #FD00EC

Tints of Magenta #FD00EC

RGB

 RED value IS 253 (99.22% from 255) = 51.74%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.74%
G = 0%
B = 48.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD00EC (or 0xFD00EC) is known color: Magenta. HEX triplet: FD, 00 and EC. RGB value is (253,0,236). Sum of RGB (Red+Green+Blue) = 253+0+236=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 0 (0.39% from 255 or 0% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD00EC is #02FF13. Grayscale: #656565. Windows color (decimal): -196372 or 15466749. OLE color: 15466749.

HSL color Cylindrical-coordinate representation of color #FD00EC: hue angle of 304.03º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00EC is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 0 236 -
CMYK 0 1 0.07 0.01
HSL 304.03º 1% 0.5% -
HSV(B) 304.03º 1% 0.99% -
XYZ 55.65 26.94 81.62 -
YUV 102.55 203.32 235.31 -
System Red Green Blue C M Y K H S L
Decimal 253 0 236 0 1 0.07 0.01 304.03 1 0.5
Hex FD 0 EC 0 64 7 1 130 64 32
Octal 375 0 354 0 144 7 1 460 144 62
Binary 11111101 0 11101100 0 1100100 111 1 100110000 1100100 110010

Color Harmonies of #FD00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD00EC

Black with #FD00EC

Text Example


Text Example

White with #FD00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD00EC; }

 p { color: rgb(253,0,236); }

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

background-color css

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

 a { background-color: rgb(253,0,236); }

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

border-color css

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

 span { border-color: rgb(253,0,236); }

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