#F803FA

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

Shades of Magenta #F803FA

Tints of Magenta #F803FA

Color information

#F803FA (or 0xF803FA) is unknown color: approx Magenta. HEX triplet: F8, 03 and FA. RGB value is (248,3,250). Sum of RGB (Red+Green+Blue) = 248+3+250=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 3 (1.56% from 255 or 0.60% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #F803FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F803FA is #07FC05. Grayscale: #676767. Windows color (decimal): -523270 or 16385016. OLE color: 16385016.

HSL color Cylindrical-coordinate representation of color #F803FA: hue angle of 299.51º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F803FA is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2483250-
CMYK0.010.9900.02
HSL299.51º97.63%49.61%-
HSV(B)299.51º98.8%98.04%-
XYZ5626.9292.69-
YUV104.41210.17230.42-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.50%
GREEN value IS 3 (1.56% from 255) = 0.60%
BLUE value IS 250 (98.05% from 255) = 49.90%
R=49.50%
G=0.60%
B=49.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24832500.010.9900.02299.5197.6349.61
HexF83FA1630212c6232
Octal370337211430245414262
Binary111110001111111010111000110101001011001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F803FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F803FA; }

 p { color: rgb(248,3,250); }

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

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

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

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

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

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

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