Html Css Color HEX #F021FA Magenta

📋 copy color: '#F021FA'

red 240 ◦ green 33 ◦ blue 250

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

Shades of Magenta #F021FA

Tints of Magenta #F021FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 45.89%
G = 6.31%
B = 47.8%

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

#F021FA (or 0xF021FA) is known color: Magenta. HEX triplet: F0, 21 and FA. RGB value is (240,33,250). Sum of RGB (Red+Green+Blue) = 240+33+250=523 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.89% from 523); Green value is 33 (13.28% from 255 or 6.31% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #F021FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021FA is #0FDE05. Grayscale: #767676. Windows color (decimal): -1039878 or 16392688. OLE color: 16392688.

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

Color convert

RGB 240 33 250 -
CMYK 0.04 0.87 0 0.02
HSL 297.24º 0.96% 0.55% -
HSV(B) 297.24º 0.87% 0.98% -
XYZ 53.73 26.52 92.73 -
YUV 119.63 201.58 213.86 -
System Red Green Blue C M Y K H S L
Decimal 240 33 250 0.04 0.87 0 0.02 297.24 0.96 0.55
Hex F0 21 FA 4 57 0 2 129 60 37
Octal 360 41 372 4 127 0 2 451 140 67
Binary 11110000 100001 11111010 100 1010111 0 10 100101001 1100000 110111

Color Harmonies of #F021FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F021FA

Black with #F021FA

Text Example


Text Example

White with #F021FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F021FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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