Html Css Color HEX #FD11DC Hot Magenta

📋 copy color: '#FD11DC'

red 253 ◦ green 17 ◦ blue 220

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

Shades of Hot Magenta #FD11DC

Tints of Hot Magenta #FD11DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 51.63%
G = 3.47%
B = 44.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD11DC (or 0xFD11DC) is known color: Hot Magenta. HEX triplet: FD, 11 and DC. RGB value is (253,17,220). Sum of RGB (Red+Green+Blue) = 253+17+220=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 17 (7.03% from 255 or 3.47% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD11DC is #02EE23. Grayscale: #6E6E6E. Windows color (decimal): -192036 or 14422525. OLE color: 14422525.

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

Color convert

RGB 253 17 220 -
CMYK 0 0.93 0.13 0.01
HSL 308.39º 0.98% 0.53% -
HSV(B) 308.39º 0.93% 0.99% -
XYZ 53.63 26.45 69.99 -
YUV 110.71 189.69 229.49 -
System Red Green Blue C M Y K H S L
Decimal 253 17 220 0 0.93 0.13 0.01 308.39 0.98 0.53
Hex FD 11 DC 0 5D D 1 134 62 35
Octal 375 21 334 0 135 15 1 464 142 65
Binary 11111101 10001 11011100 0 1011101 1101 1 100110100 1100010 110101

Color Harmonies of #FD11DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD11DC

Black with #FD11DC

Text Example


Text Example

White with #FD11DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD11DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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