Html Css Color HEX #FE15DD Hot Magenta

📋 copy color: '#FE15DD'

red 254 ◦ green 21 ◦ blue 221

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

Shades of Hot Magenta #FE15DD

Tints of Hot Magenta #FE15DD

RGB

 RED value IS 254 (99.61% from 255) = 51.21%

 GREEN value IS 21 (8.59% from 255) = 4.23%

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 51.21%
G = 4.23%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE15DD (or 0xFE15DD) is known color: Hot Magenta. HEX triplet: FE, 15 and DD. RGB value is (254,21,221). Sum of RGB (Red+Green+Blue) = 254+21+221=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 21 (8.59% from 255 or 4.23% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15DD is #01EA22. Grayscale: #707070. Windows color (decimal): -125475 or 14489086. OLE color: 14489086.

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

Color convert

RGB 254 21 221 -
CMYK 0 0.92 0.13 0.00
HSL 308.5º 0.99% 0.54% -
HSV(B) 308.5º 0.92% 1% -
XYZ 54.19 26.83 70.73 -
YUV 113.47 188.69 228.24 -
System Red Green Blue C M Y K H S L
Decimal 254 21 221 0 0.92 0.13 0.00 308.5 0.99 0.54
Hex FE 15 DD 0 5C D 0 134 63 36
Octal 376 25 335 0 134 15 0 464 143 66
Binary 11111110 10101 11011101 0 1011100 1101 0 100110100 1100011 110110

Color Harmonies of #FE15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15DD

Black with #FE15DD

Text Example


Text Example

White with #FE15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15DD; }

 p { color: rgb(254,21,221); }

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

background-color css

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

 a { background-color: rgb(254,21,221); }

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

border-color css

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

 span { border-color: rgb(254,21,221); }

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