Html Css Color HEX #F020EF Magenta

📋 copy color: '#F020EF'

red 240 ◦ green 32 ◦ blue 239

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

Shades of Magenta #F020EF

Tints of Magenta #F020EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 46.97%
G = 6.26%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#F020EF (or 0xF020EF) is known color: Magenta. HEX triplet: F0, 20 and EF. RGB value is (240,32,239). Sum of RGB (Red+Green+Blue) = 240+32+239=511 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.97% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 240 - color contains mainly: red. Hex color #F020EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F020EF is #0FDF10. Grayscale: #757575. Windows color (decimal): -1040145 or 15671536. OLE color: 15671536.

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

Color convert

RGB 240 32 239 -
CMYK 0 0.87 0.00 0.06
HSL 300.29º 0.87% 0.53% -
HSV(B) 300.29º 0.87% 0.94% -
XYZ 52.03 25.79 83.9 -
YUV 117.79 196.41 215.17 -
System Red Green Blue C M Y K H S L
Decimal 240 32 239 0 0.87 0.00 0.06 300.29 0.87 0.53
Hex F0 20 EF 0 57 0 6 12C 57 35
Octal 360 40 357 0 127 0 6 454 127 65
Binary 11110000 100000 11101111 0 1010111 0 110 100101100 1010111 110101

Color Harmonies of #F020EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F020EF

Black with #F020EF

Text Example


Text Example

White with #F020EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F020EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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