Html Css Color HEX #F022EC Magenta

📋 copy color: '#F022EC'

red 240 ◦ green 34 ◦ blue 236

#F022EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #F022EC

Tints of Magenta #F022EC

RGB

 RED value IS 240 (94.14% from 255) = 47.06%

 GREEN value IS 34 (13.67% from 255) = 6.67%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 47.06%
G = 6.67%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F022EC (or 0xF022EC) is known color: Magenta. HEX triplet: F0, 22 and EC. RGB value is (240,34,236). Sum of RGB (Red+Green+Blue) = 240+34+236=510 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.06% from 510); Green value is 34 (13.67% from 255 or 6.67% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 240 - color contains mainly: red. Hex color #F022EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022EC is #0FDD13. Grayscale: #767676. Windows color (decimal): -1039636 or 15475440. OLE color: 15475440.

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

Color convert

RGB 240 34 236 -
CMYK 0 0.86 0.02 0.06
HSL 301.17º 0.87% 0.54% -
HSV(B) 301.17º 0.86% 0.94% -
XYZ 51.65 25.73 81.6 -
YUV 118.62 194.25 214.57 -
System Red Green Blue C M Y K H S L
Decimal 240 34 236 0 0.86 0.02 0.06 301.17 0.87 0.54
Hex F0 22 EC 0 56 2 6 12D 57 36
Octal 360 42 354 0 126 2 6 455 127 66
Binary 11110000 100010 11101100 0 1010110 10 110 100101101 1010111 110110

Color Harmonies of #F022EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F022EC

Black with #F022EC

Text Example


Text Example

White with #F022EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F022EC; }

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

 H1.HeaderClassName
 {
   color: #F022EC;
 }
 .AnyTagClassName
 {
   color: #F022EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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