Html Css Color HEX #FD11EC Magenta

📋 copy color: '#FD11EC'

red 253 ◦ green 17 ◦ blue 236

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

Shades of Magenta #FD11EC

Tints of Magenta #FD11EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.36%

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

R = 50%
G = 3.36%
B = 46.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.01

RGB Variations

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

Color information

#FD11EC (or 0xFD11EC) is known color: Magenta. HEX triplet: FD, 11 and EC. RGB value is (253,17,236). Sum of RGB (Red+Green+Blue) = 253+17+236=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 17 (7.03% from 255 or 3.36% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD11EC is #02EE13. Grayscale: #6F6F6F. Windows color (decimal): -192020 or 15471101. OLE color: 15471101.

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

Color convert

RGB 253 17 236 -
CMYK 0 0.93 0.07 0.01
HSL 304.32º 0.98% 0.53% -
HSV(B) 304.32º 0.93% 0.99% -
XYZ 55.85 27.34 81.69 -
YUV 112.53 197.69 228.19 -
System Red Green Blue C M Y K H S L
Decimal 253 17 236 0 0.93 0.07 0.01 304.32 0.98 0.53
Hex FD 11 EC 0 5D 7 1 130 62 35
Octal 375 21 354 0 135 7 1 460 142 65
Binary 11111101 10001 11101100 0 1011101 111 1 100110000 1100010 110101

Color Harmonies of #FD11EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11EC

Black with #FD11EC

Text Example


Text Example

White with #FD11EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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