#F901F2

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

Shades of Magenta #F901F2

Tints of Magenta #F901F2

Color information

#F901F2 (or 0xF901F2) is unknown color: approx Magenta. HEX triplet: F9, 01 and F2. RGB value is (249,1,242). Sum of RGB (Red+Green+Blue) = 249+1+242=492 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.61% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 249 - color contains mainly: red. Hex color #F901F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F901F2 is #06FE0D. Grayscale: #656565. Windows color (decimal): -458254 or 15860217. OLE color: 15860217.

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

Color convert

RGB2491242-
CMYK01.000.030.02
HSL301.69º99.2%49.02%-
HSV(B)301.69º99.6%97.65%-
XYZ55.126.5786.23-
YUV102.63206.66232.4-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 50.61%
GREEN value IS 1 (0.78% from 255) = 0.20%
BLUE value IS 242 (94.92% from 255) = 49.19%
R=50.61%
G=0.20%
B=49.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249124201.000.030.02301.6999.249.02
HexF91F20643212e6331
Octal371136201443245614361
Binary111110011111100100110010011101001011101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F901F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F901F2; }

 p { color: rgb(249,1,242); }

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

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

 a { background-color: rgb(249,1,242); }

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

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

 span { border-color: rgb(249,1,242); }

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