#F021FF

Color #F021FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F021FF

Tints of Magenta #F021FF

Color information

#F021FF (or 0xF021FF) is unknown color: approx Magenta. HEX triplet: F0, 21 and FF. RGB value is (240,33,255). Sum of RGB (Red+Green+Blue) = 240+33+255=528 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.45% from 528); Green value is 33 (13.28% from 255 or 6.25% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #F021FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F021FF is #0FDE00. Grayscale: #777777. Windows color (decimal): -1039873 or 16720368. OLE color: 16720368.

HSL color Cylindrical-coordinate representation of color #F021FF: hue angle of 295.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F021FF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24033255-
CMYK0.060.8700
HSL295.95º100%56.47%-
HSV(B)295.95º87.06%100%-
XYZ54.5326.8396.91-
YUV120.2204.08213.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.45%
GREEN value IS 33 (13.28% from 255) = 6.25%
BLUE value IS 255 (100% from 255) = 48.30%
R=45.45%
G=6.25%
B=48.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240332550.060.8700295.9510056.47
HexF021FF657001286438
Octal3604137761270045014470
Binary11110000100001111111111101010111001001010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F021FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F021FF; }

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

 H1.HeaderClassName
 {
   color: #F021FF;
 }
 .AnyTagClassName
 {
   color: #F021FF;
 }
</style>
background-color css

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

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

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

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

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

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