#F81AF6

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

Shades of Magenta #F81AF6

Tints of Magenta #F81AF6

Color information

#F81AF6 (or 0xF81AF6) is unknown color: approx Magenta. HEX triplet: F8, 1A and F6. RGB value is (248,26,246). Sum of RGB (Red+Green+Blue) = 248+26+246=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F81AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F81AF6 is #07E509. Grayscale: #747474. Windows color (decimal): -517386 or 16128760. OLE color: 16128760.

HSL color Cylindrical-coordinate representation of color #F81AF6: 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 #F81AF6 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB24826246-
CMYK00.900.010.03
HSL300.54º94.07%53.73%-
HSV(B)300.54º89.52%97.25%-
XYZ55.7227.3589.53-
YUV117.46200.55221.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 47.69%
GREEN value IS 26 (10.55% from 255) = 5%
BLUE value IS 246 (96.48% from 255) = 47.31%
R=47.69%
G=5%
B=47.31%

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
Decimal2482624600.900.010.03300.5494.0753.73
HexF81AF605A1312d5e36
Octal3703236601321345513666
Binary111110001101011110110010110101111001011011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F81AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F81AF6; }

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

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

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

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

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

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

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

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