#F21EF6

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

Shades of Magenta #F21EF6

Tints of Magenta #F21EF6

Color information

#F21EF6 (or 0xF21EF6) is unknown color: approx Magenta. HEX triplet: F2, 1E and F6. RGB value is (242,30,246). Sum of RGB (Red+Green+Blue) = 242+30+246=518 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.72% from 518); Green value is 30 (12.11% from 255 or 5.79% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #F21EF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21EF6 is #0DE109. Grayscale: #757575. Windows color (decimal): -909578 or 16129778. OLE color: 16129778.

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

Color convert

RGB24230246-
CMYK0.020.8800.04
HSL298.89º92.31%54.12%-
HSV(B)298.89º87.8%96.47%-
XYZ53.7226.4689.46-
YUV118.01200.24216.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.72%
GREEN value IS 30 (12.11% from 255) = 5.79%
BLUE value IS 246 (96.48% from 255) = 47.49%
R=46.72%
G=5.79%
B=47.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal242302460.020.8800.04298.8992.3154.12
HexF21EF62580412b5c36
Octal3623636621300445313466
Binary11110010111101111011010101100001001001010111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21EF6; }

 p { color: rgb(242,30,246); }

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

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

 a { background-color: rgb(242,30,246); }

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

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

 span { border-color: rgb(242,30,246); }

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