#F807E7

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

Shades of Magenta #F807E7

Tints of Magenta #F807E7

Color information

#F807E7 (or 0xF807E7) is unknown color: approx Magenta. HEX triplet: F8, 07 and E7. RGB value is (248,7,231). Sum of RGB (Red+Green+Blue) = 248+7+231=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 7 (3.12% from 255 or 1.44% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F807E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807E7 is #07F818. Grayscale: #676767. Windows color (decimal): -522265 or 15140856. OLE color: 15140856.

HSL color Cylindrical-coordinate representation of color #F807E7: hue angle of 304.23º 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 #F807E7 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.03.

Color convert

RGB2487231-
CMYK00.970.070.03
HSL304.23º94.51%50%-
HSV(B)304.23º97.18%97.25%-
XYZ53.2125.8877.79-
YUV104.6199.34230.29-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.03%
GREEN value IS 7 (3.12% from 255) = 1.44%
BLUE value IS 231 (90.62% from 255) = 47.53%
R=51.03%
G=1.44%
B=47.53%

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
Decimal248723100.970.070.03304.2394.5150
HexF87E7061731305f32
Octal370734701417346013762
Binary111110001111110011101100001111111001100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F807E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F807E7; }

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

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

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

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

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

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

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

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