Html Css Color HEX #FE15D7 Hot Magenta

📋 copy color: '#FE15D7'

red 254 ◦ green 21 ◦ blue 215

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

Shades of Hot Magenta #FE15D7

Tints of Hot Magenta #FE15D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 51.84%
G = 4.29%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE15D7 (or 0xFE15D7) is known color: Hot Magenta. HEX triplet: FE, 15 and D7. RGB value is (254,21,215). Sum of RGB (Red+Green+Blue) = 254+21+215=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 21 (8.59% from 255 or 4.29% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE15D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE15D7 is #01EA28. Grayscale: #707070. Windows color (decimal): -125481 or 14095870. OLE color: 14095870.

HSL color Cylindrical-coordinate representation of color #FE15D7: hue angle of 310.04º 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 #FE15D7 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 21 215 -
CMYK 0 0.92 0.15 0.00
HSL 310.04º 0.99% 0.54% -
HSV(B) 310.04º 0.92% 1% -
XYZ 53.41 26.51 66.59 -
YUV 112.78 185.69 228.73 -
System Red Green Blue C M Y K H S L
Decimal 254 21 215 0 0.92 0.15 0.00 310.04 0.99 0.54
Hex FE 15 D7 0 5C F 0 136 63 36
Octal 376 25 327 0 134 17 0 466 143 66
Binary 11111110 10101 11010111 0 1011100 1111 0 100110110 1100011 110110

Color Harmonies of #FE15D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE15D7

Black with #FE15D7

Text Example


Text Example

White with #FE15D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE15D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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