Html Css Color HEX #F021F4 Magenta

📋 copy color: '#F021F4'

red 240 ◦ green 33 ◦ blue 244

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

Shades of Magenta #F021F4

Tints of Magenta #F021F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.2%

R = 46.42%
G = 6.38%
B = 47.2%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F021F4 (or 0xF021F4) is known color: Magenta. HEX triplet: F0, 21 and F4. RGB value is (240,33,244). Sum of RGB (Red+Green+Blue) = 240+33+244=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 33 (13.28% from 255 or 6.38% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #F021F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021F4 is #0FDE0B. Grayscale: #767676. Windows color (decimal): -1039884 or 15999472. OLE color: 15999472.

HSL color Cylindrical-coordinate representation of color #F021F4: hue angle of 298.86º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F021F4 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 33 244 -
CMYK 0.02 0.86 0 0.04
HSL 298.86º 0.91% 0.54% -
HSV(B) 298.86º 0.86% 0.96% -
XYZ 52.81 26.14 87.85 -
YUV 118.95 198.58 214.34 -
System Red Green Blue C M Y K H S L
Decimal 240 33 244 0.02 0.86 0 0.04 298.86 0.91 0.54
Hex F0 21 F4 2 56 0 4 12B 5B 36
Octal 360 41 364 2 126 0 4 453 133 66
Binary 11110000 100001 11110100 10 1010110 0 100 100101011 1011011 110110

Color Harmonies of #F021F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021F4

Black with #F021F4

Text Example


Text Example

White with #F021F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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