Html Css Color HEX #F021F9 Magenta

📋 copy color: '#F021F9'

red 240 ◦ green 33 ◦ blue 249

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

Shades of Magenta #F021F9

Tints of Magenta #F021F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.7%

R = 45.98%
G = 6.32%
B = 47.7%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F021F9 (or 0xF021F9) is known color: Magenta. HEX triplet: F0, 21 and F9. RGB value is (240,33,249). Sum of RGB (Red+Green+Blue) = 240+33+249=522 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.98% from 522); Green value is 33 (13.28% from 255 or 6.32% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #F021F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021F9 is #0FDE06. Grayscale: #767676. Windows color (decimal): -1039879 or 16327152. OLE color: 16327152.

HSL color Cylindrical-coordinate representation of color #F021F9: hue angle of 297.5º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F021F9 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 33 249 -
CMYK 0.04 0.87 0 0.02
HSL 297.5º 0.95% 0.55% -
HSV(B) 297.5º 0.87% 0.98% -
XYZ 53.58 26.45 91.9 -
YUV 119.52 201.08 213.94 -
System Red Green Blue C M Y K H S L
Decimal 240 33 249 0.04 0.87 0 0.02 297.5 0.95 0.55
Hex F0 21 F9 4 57 0 2 12A 5F 37
Octal 360 41 371 4 127 0 2 452 137 67
Binary 11110000 100001 11111001 100 1010111 0 10 100101010 1011111 110111

Color Harmonies of #F021F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021F9

Black with #F021F9

Text Example


Text Example

White with #F021F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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