#F01EF5

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

Shades of Magenta #F01EF5

Tints of Magenta #F01EF5

Color information

#F01EF5 (or 0xF01EF5) is unknown color: approx Magenta. HEX triplet: F0, 1E and F5. RGB value is (240,30,245). Sum of RGB (Red+Green+Blue) = 240+30+245=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #F01EF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EF5 is #0FE10A. Grayscale: #747474. Windows color (decimal): -1040651 or 16064240. OLE color: 16064240.

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

Color convert

RGB24030245-
CMYK0.020.8800.04
HSL298.6º91.49%53.92%-
HSV(B)298.6º87.76%96.08%-
XYZ52.8826.0588.63-
YUV117.3200.07215.52-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.60%
GREEN value IS 30 (12.11% from 255) = 5.83%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=46.60%
G=5.83%
B=47.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal240302450.020.8800.04298.691.4953.92
HexF01EF52580412b5b36
Octal3603636521300445313366
Binary11110000111101111010110101100001001001010111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F01EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F01EF5; }

 p { color: rgb(240,30,245); }

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

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

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

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

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

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

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