Html Css Color HEX #FF13E5 Hot Magenta

📋 copy color: '#FF13E5'

red 255 ◦ green 19 ◦ blue 229

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

Shades of Hot Magenta #FF13E5

Tints of Hot Magenta #FF13E5

RGB

 RED value IS 255 (100% from 255) = 50.7%

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

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

R = 50.7%
G = 3.78%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FF13E5 (or 0xFF13E5) is known color: Hot Magenta. HEX triplet: FF, 13 and E5. RGB value is (255,19,229). Sum of RGB (Red+Green+Blue) = 255+19+229=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 19 (7.81% from 255 or 3.78% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF13E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF13E5 is #00EC1A. Grayscale: #707070. Windows color (decimal): -60443 or 15012863. OLE color: 15012863.

HSL color Cylindrical-coordinate representation of color #FF13E5: hue angle of 306.61º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF13E5 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 19 229 -
CMYK 0 0.93 0.10 0
HSL 306.61º 1% 0.54% -
HSV(B) 306.61º 0.93% 1% -
XYZ 55.62 27.38 76.48 -
YUV 113.5 193.19 228.92 -
System Red Green Blue C M Y K H S L
Decimal 255 19 229 0 0.93 0.10 0 306.61 1 0.54
Hex FF 13 E5 0 5D A 0 133 64 36
Octal 377 23 345 0 135 12 0 463 144 66
Binary 11111111 10011 11100101 0 1011101 1010 0 100110011 1100100 110110

Color Harmonies of #FF13E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF13E5

Black with #FF13E5

Text Example


Text Example

White with #FF13E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF13E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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