Html Css Color HEX #FD13E5 Hot Magenta

📋 copy color: '#FD13E5'

red 253 ◦ green 19 ◦ blue 229

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

Shades of Hot Magenta #FD13E5

Tints of Hot Magenta #FD13E5

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.79%

 BLUE value IS 229 (89.84% from 255) = 45.71%

R = 50.5%
G = 3.79%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD13E5 (or 0xFD13E5) is known color: Hot Magenta. HEX triplet: FD, 13 and E5. RGB value is (253,19,229). Sum of RGB (Red+Green+Blue) = 253+19+229=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 19 (7.81% from 255 or 3.79% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD13E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD13E5 is #02EC1A. Grayscale: #707070. Windows color (decimal): -191515 or 15012861. OLE color: 15012861.

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

Color convert

RGB 253 19 229 -
CMYK 0 0.92 0.09 0.01
HSL 306.15º 0.98% 0.53% -
HSV(B) 306.15º 0.92% 0.99% -
XYZ 54.88 27.01 76.45 -
YUV 112.91 193.52 227.92 -
System Red Green Blue C M Y K H S L
Decimal 253 19 229 0 0.92 0.09 0.01 306.15 0.98 0.53
Hex FD 13 E5 0 5C 9 1 132 62 35
Octal 375 23 345 0 134 11 1 462 142 65
Binary 11111101 10011 11100101 0 1011100 1001 1 100110010 1100010 110101

Color Harmonies of #FD13E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD13E5

Black with #FD13E5

Text Example


Text Example

White with #FD13E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD13E5; }

 p { color: rgb(253,19,229); }

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

background-color css

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

 a { background-color: rgb(253,19,229); }

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

border-color css

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

 span { border-color: rgb(253,19,229); }

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