Html Css Color HEX #F021EA Magenta

📋 copy color: '#F021EA'

red 240 ◦ green 33 ◦ blue 234

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

Shades of Magenta #F021EA

Tints of Magenta #F021EA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.51%

 BLUE value IS 234 (91.8% from 255) = 46.15%

R = 47.34%
G = 6.51%
B = 46.15%

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

#F021EA (or 0xF021EA) is known color: Magenta. HEX triplet: F0, 21 and EA. RGB value is (240,33,234). Sum of RGB (Red+Green+Blue) = 240+33+234=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 33 (13.28% from 255 or 6.51% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F021EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021EA is #0FDE15. Grayscale: #757575. Windows color (decimal): -1039894 or 15344112. OLE color: 15344112.

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

Color convert

RGB 240 33 234 -
CMYK 0 0.86 0.02 0.06
HSL 301.74º 0.87% 0.54% -
HSV(B) 301.74º 0.86% 0.94% -
XYZ 51.33 25.55 80.07 -
YUV 117.81 193.58 215.16 -
System Red Green Blue C M Y K H S L
Decimal 240 33 234 0 0.86 0.02 0.06 301.74 0.87 0.54
Hex F0 21 EA 0 56 2 6 12E 57 36
Octal 360 41 352 0 126 2 6 456 127 66
Binary 11110000 100001 11101010 0 1010110 10 110 100101110 1010111 110110

Color Harmonies of #F021EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021EA

Black with #F021EA

Text Example


Text Example

White with #F021EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021EA; }

 p { color: rgb(240,33,234); }

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

background-color css

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

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

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

border-color css

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

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

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