#F01FF0

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

Shades of Magenta #F01FF0

Tints of Magenta #F01FF0

Color information

#F01FF0 (or 0xF01FF0) is unknown color: approx Magenta. HEX triplet: F0, 1F and F0. RGB value is (240,31,240). Sum of RGB (Red+Green+Blue) = 240+31+240=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F01FF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01FF0 is #0FE00F. Grayscale: #747474. Windows color (decimal): -1040400 or 15736816. OLE color: 15736816.

HSL color Cylindrical-coordinate representation of color #F01FF0: hue angle of 300º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F01FF0 is Cyan = 0, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB24031240-
CMYK00.8700.06
HSL300º87.45%53.14%-
HSV(B)300º87.08%94.12%-
XYZ52.1525.884.67-
YUV117.32197.24215.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.97%
GREEN value IS 31 (12.5% from 255) = 6.07%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=46.97%
G=6.07%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403124000.8700.0630087.4553.14
HexF01FF00570612c5735
Octal3603736001270645412765
Binary1111000011111111100000101011101101001011001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01FF0; }

 p { color: rgb(240,31,240); }

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

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

 a { background-color: rgb(240,31,240); }

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

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

 span { border-color: rgb(240,31,240); }

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