#F807E8

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

Shades of Magenta #F807E8

Tints of Magenta #F807E8

Color information

#F807E8 (or 0xF807E8) is unknown color: approx Magenta. HEX triplet: F8, 07 and E8. RGB value is (248,7,232). Sum of RGB (Red+Green+Blue) = 248+7+232=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 232 (91.02% from 255 or 47.64% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F807E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F807E8 is #07F817. Grayscale: #686868. Windows color (decimal): -522264 or 15206392. OLE color: 15206392.

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

Color convert

RGB2487232-
CMYK00.970.060.03
HSL303.98º94.51%50%-
HSV(B)303.98º97.18%97.25%-
XYZ53.3525.9378.54-
YUV104.71199.84230.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.92%
GREEN value IS 7 (3.12% from 255) = 1.44%
BLUE value IS 232 (91.02% from 255) = 47.64%
R=50.92%
G=1.44%
B=47.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248723200.970.060.03303.9894.5150
HexF87E8061631305f32
Octal370735001416346013762
Binary111110001111110100001100001110111001100001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F807E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F807E8; }

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

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

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

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

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

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

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

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