#F913FA

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

Shades of Magenta #F913FA

Tints of Magenta #F913FA

Color information

#F913FA (or 0xF913FA) is unknown color: approx Magenta. HEX triplet: F9, 13 and FA. RGB value is (249,19,250). Sum of RGB (Red+Green+Blue) = 249+19+250=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 19 (7.81% from 255 or 3.67% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #F913FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F913FA is #06EC05. Grayscale: #717171. Windows color (decimal): -453638 or 16389113. OLE color: 16389113.

HSL color Cylindrical-coordinate representation of color #F913FA: hue angle of 299.74º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F913FA is Cyan = 0.00, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB24919250-
CMYK0.000.9200.02
HSL299.74º95.85%52.75%-
HSV(B)299.74º92.4%98.04%-
XYZ56.5627.5192.77-
YUV114.1204.7224.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 19 (7.81% from 255) = 3.67%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=48.07%
G=3.67%
B=48.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249192500.000.9200.02299.7495.8552.75
HexF913FA05C0212c6035
Octal3712337201340245414065
Binary111110011001111111010010111000101001011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F913FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F913FA; }

 p { color: rgb(249,19,250); }

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

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

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

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

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

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

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