#F801E6

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

Shades of Magenta #F801E6

Tints of Magenta #F801E6

Color information

#F801E6 (or 0xF801E6) is unknown color: approx Magenta. HEX triplet: F8, 01 and E6. RGB value is (248,1,230). Sum of RGB (Red+Green+Blue) = 248+1+230=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F801E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F801E6 is #07FE19. Grayscale: #646464. Windows color (decimal): -523802 or 15073784. OLE color: 15073784.

HSL color Cylindrical-coordinate representation of color #F801E6: hue angle of 304.37º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F801E6 is Cyan = 0, Magento = 1.00, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB2481230-
CMYK01.000.070.03
HSL304.37º99.2%48.82%-
HSV(B)304.37º99.6%97.25%-
XYZ53.0125.6977.03-
YUV100.96200.83232.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.77%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 230 (90.23% from 255) = 48.02%
R=51.77%
G=0.21%
B=48.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248123001.000.070.03304.3799.248.82
HexF81E6064731306331
Octal370134601447346014361
Binary1111100011110011001100100111111001100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F801E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F801E6; }

 p { color: rgb(248,1,230); }

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

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

 a { background-color: rgb(248,1,230); }

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

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

 span { border-color: rgb(248,1,230); }

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