#F819F6

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

Shades of Magenta #F819F6

Tints of Magenta #F819F6

Color information

#F819F6 (or 0xF819F6) is unknown color: approx Magenta. HEX triplet: F8, 19 and F6. RGB value is (248,25,246). Sum of RGB (Red+Green+Blue) = 248+25+246=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 25 (10.16% from 255 or 4.82% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F819F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F819F6 is #07E609. Grayscale: #747474. Windows color (decimal): -517642 or 16128504. OLE color: 16128504.

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

Color convert

RGB24825246-
CMYK00.900.010.03
HSL300.54º94.09%53.53%-
HSV(B)300.54º89.92%97.25%-
XYZ55.6927.3189.52-
YUV116.87200.88221.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.78%
GREEN value IS 25 (10.16% from 255) = 4.82%
BLUE value IS 246 (96.48% from 255) = 47.40%
R=47.78%
G=4.82%
B=47.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2482524600.900.010.03300.5494.0953.53
HexF819F605A1312d5e36
Octal3703136601321345513666
Binary111110001100111110110010110101111001011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F819F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F819F6; }

 p { color: rgb(248,25,246); }

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

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

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

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

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

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

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