#F022F0

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

Shades of Magenta #F022F0

Tints of Magenta #F022F0

Color information

#F022F0 (or 0xF022F0) is unknown color: approx Magenta. HEX triplet: F0, 22 and F0. RGB value is (240,34,240). Sum of RGB (Red+Green+Blue) = 240+34+240=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 34 (13.67% from 255 or 6.61% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F022F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022F0 is #0FDD0F. Grayscale: #767676. Windows color (decimal): -1039632 or 15737584. OLE color: 15737584.

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

Color convert

RGB24034240-
CMYK00.8600.06
HSL300º87.29%53.73%-
HSV(B)300º85.83%94.12%-
XYZ52.2425.9684.7-
YUV119.08196.25214.25-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.69%
GREEN value IS 34 (13.67% from 255) = 6.61%
BLUE value IS 240 (94.14% from 255) = 46.69%
R=46.69%
G=6.61%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403424000.8600.0630087.2953.73
HexF022F00560612c5736
Octal3604236001260645412766
Binary11110000100010111100000101011001101001011001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F022F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F022F0; }

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

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

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

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

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

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

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

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