#F807E6

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

Shades of Magenta #F807E6

Tints of Magenta #F807E6

Color information

#F807E6 (or 0xF807E6) is unknown color: approx Magenta. HEX triplet: F8, 07 and E6. RGB value is (248,7,230). Sum of RGB (Red+Green+Blue) = 248+7+230=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 7 (3.12% from 255 or 1.44% from 485); Blue value is 230 (90.23% from 255 or 47.42% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F807E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807E6 is #07F819. Grayscale: #676767. Windows color (decimal): -522266 or 15075320. OLE color: 15075320.

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

Color convert

RGB2487230-
CMYK00.970.070.03
HSL304.48º94.51%50%-
HSV(B)304.48º97.18%97.25%-
XYZ53.0725.8277.05-
YUV104.48198.84230.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 7 (3.12% from 255) = 1.44%
BLUE value IS 230 (90.23% from 255) = 47.42%
R=51.13%
G=1.44%
B=47.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248723000.970.070.03304.4894.5150
HexF87E6061731305f32
Octal370734601417346013762
Binary111110001111110011001100001111111001100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F807E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F807E6; }

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

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

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

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

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

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

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

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