#f813f8

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

Shades of Magenta #F813F8

Tints of Magenta #F813F8

Color information

#F813F8 (or 0xF813F8) is unknown color: approx Magenta. HEX triplet: F8, 13 and F8. RGB value is (248,19,248). Sum of RGB (Red+Green+Blue) = 248+19+248=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 19 (7.81% from 255 or 3.69% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F813F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F813F8 is #07EC07. Grayscale: #707070. Windows color (decimal): -519176 or 16258040. OLE color: 16258040.

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

Color convert

RGB24819248-
CMYK00.9200.03
HSL300º94.24%52.35%-
HSV(B)300º92.34%97.25%-
XYZ55.8927.291.11-
YUV113.58203.87223.88-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.16%
GREEN value IS 19 (7.81% from 255) = 3.69%
BLUE value IS 248 (97.27% from 255) = 48.16%
R=48.16%
G=3.69%
B=48.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481924800.9200.0330094.2452.35
HexF813F805C0312c5e34
Octal3702337001340345413664
Binary111110001001111111000010111000111001011001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f813f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f813f8; }

 p { color: rgb(248,19,248); }

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

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

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

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

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

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

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