#FF15E6

Color #FF15E6 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #FF15E6

Tints of Magenta #FF15E6

Color information

#FF15E6 (or 0xFF15E6) is unknown color: approx Magenta. HEX triplet: FF, 15 and E6. RGB value is (255,21,230). Sum of RGB (Red+Green+Blue) = 255+21+230=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 21 (8.59% from 255 or 4.15% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF15E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF15E6 is #00EA19. Grayscale: #727272. Windows color (decimal): -59930 or 15078911. OLE color: 15078911.

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

Color convert

RGB25521230-
CMYK00.920.100
HSL306.41º100%54.12%-
HSV(B)306.41º91.76%100%-
XYZ55.7927.5177.23-
YUV114.79193.02228.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.40%
GREEN value IS 21 (8.59% from 255) = 4.15%
BLUE value IS 230 (90.23% from 255) = 45.45%
R=50.40%
G=4.15%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552123000.920.100306.4110054.12
HexFF15E605CA01326436
Octal37725346013412046214466
Binary11111111101011110011001011100101001001100101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF15E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF15E6; }

 p { color: rgb(255,21,230); }

 H1.HeaderClassName
 {
   color: #FF15E6;
 }
 .AnyTagClassName
 {
   color: #FF15E6;
 }
</style>
background-color css

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

 a { background-color: rgb(255,21,230); }

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

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

 span { border-color: rgb(255,21,230); }

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