Html Css Color HEX #F020EC Magenta

📋 copy color: '#F020EC'

red 240 ◦ green 32 ◦ blue 236

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

Shades of Magenta #F020EC

Tints of Magenta #F020EC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.3%

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

R = 47.24%
G = 6.3%
B = 46.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#F020EC (or 0xF020EC) is known color: Magenta. HEX triplet: F0, 20 and EC. RGB value is (240,32,236). Sum of RGB (Red+Green+Blue) = 240+32+236=508 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.24% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 240 - color contains mainly: red. Hex color #F020EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020EC is #0FDF13. Grayscale: #747474. Windows color (decimal): -1040148 or 15474928. OLE color: 15474928.

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

Color convert

RGB 240 32 236 -
CMYK 0 0.87 0.02 0.06
HSL 301.15º 0.87% 0.53% -
HSV(B) 301.15º 0.87% 0.94% -
XYZ 51.59 25.61 81.58 -
YUV 117.45 194.91 215.41 -
System Red Green Blue C M Y K H S L
Decimal 240 32 236 0 0.87 0.02 0.06 301.15 0.87 0.53
Hex F0 20 EC 0 57 2 6 12D 57 35
Octal 360 40 354 0 127 2 6 455 127 65
Binary 11110000 100000 11101100 0 1010111 10 110 100101101 1010111 110101

Color Harmonies of #F020EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020EC

Black with #F020EC

Text Example


Text Example

White with #F020EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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