#F022EF

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

Shades of Magenta #F022EF

Tints of Magenta #F022EF

Color information

#F022EF (or 0xF022EF) is unknown color: approx Magenta. HEX triplet: F0, 22 and EF. RGB value is (240,34,239). Sum of RGB (Red+Green+Blue) = 240+34+239=513 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.78% from 513); Green value is 34 (13.67% from 255 or 6.63% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 240 - color contains mainly: red. Hex color #F022EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022EF is #0FDD10. Grayscale: #767676. Windows color (decimal): -1039633 or 15672048. OLE color: 15672048.

HSL color Cylindrical-coordinate representation of color #F022EF: hue angle of 300.29º 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 #F022EF is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB24034239-
CMYK00.860.000.06
HSL300.29º87.29%53.73%-
HSV(B)300.29º85.83%94.12%-
XYZ52.0925.983.92-
YUV118.96195.75214.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.78%
GREEN value IS 34 (13.67% from 255) = 6.63%
BLUE value IS 239 (93.75% from 255) = 46.59%
R=46.78%
G=6.63%
B=46.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2403423900.860.000.06300.2987.2953.73
HexF022EF0560612c5736
Octal3604235701260645412766
Binary11110000100010111011110101011001101001011001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F022EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F022EF; }

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

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

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

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

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

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

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

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