#F91EFA

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

Shades of Magenta #F91EFA

Tints of Magenta #F91EFA

Color information

#F91EFA (or 0xF91EFA) is unknown color: approx Magenta. HEX triplet: F9, 1E and FA. RGB value is (249,30,250). Sum of RGB (Red+Green+Blue) = 249+30+250=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 30 (12.11% from 255 or 5.67% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F91EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F91EFA is #06E105. Grayscale: #777777. Windows color (decimal): -450822 or 16391929. OLE color: 16391929.

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

Color convert

RGB24930250-
CMYK0.000.8800.02
HSL299.73º95.65%54.9%-
HSV(B)299.73º88%98.04%-
XYZ56.7927.9792.85-
YUV120.56201.05219.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 30 (12.11% from 255) = 5.67%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=47.07%
G=5.67%
B=47.26%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249302500.000.8800.02299.7395.6554.9
HexF91EFA0580212c6037
Octal3713637201300245414067
Binary111110011111011111010010110000101001011001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91EFA; }

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

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

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

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

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

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

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

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