#ff0fe6

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

Shades of Magenta #FF0FE6

Tints of Magenta #FF0FE6

Color information

#FF0FE6 (or 0xFF0FE6) is unknown color: approx Magenta. HEX triplet: FF, 0F and E6. RGB value is (255,15,230). Sum of RGB (Red+Green+Blue) = 255+15+230=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 15 (6.25% from 255 or 3% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FE6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF0FE6 is #00F019. Grayscale: #6E6E6E. Windows color (decimal): -61466 or 15077375. OLE color: 15077375.

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

Color convert

RGB25515230-
CMYK00.940.100
HSL306.25º100%52.94%-
HSV(B)306.25º94.12%100%-
XYZ55.6927.3177.2-
YUV111.27195.01230.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51%
GREEN value IS 15 (6.25% from 255) = 3%
BLUE value IS 230 (90.23% from 255) = 46%
R=51%
G=3%
B=46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551523000.940.100306.2510052.94
HexFFFE605EA01326435
Octal37717346013612046214465
Binary1111111111111110011001011110101001001100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff0fe6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff0fe6; }

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

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

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

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

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

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

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

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