#F213ED

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

Shades of Magenta #F213ED

Tints of Magenta #F213ED

Color information

#F213ED (or 0xF213ED) is unknown color: approx Magenta. HEX triplet: F2, 13 and ED. RGB value is (242,19,237). Sum of RGB (Red+Green+Blue) = 242+19+237=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 19 (7.81% from 255 or 3.82% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F213ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213ED is #0DEC12. Grayscale: #6D6D6D. Windows color (decimal): -912403 or 15537138. OLE color: 15537138.

HSL color Cylindrical-coordinate representation of color #F213ED: hue angle of 301.35º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F213ED is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB24219237-
CMYK00.920.020.05
HSL301.35º89.56%51.18%-
HSV(B)301.35º92.15%94.9%-
XYZ52.1425.4682.29-
YUV110.53199.38221.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.59%
GREEN value IS 19 (7.81% from 255) = 3.82%
BLUE value IS 237 (92.97% from 255) = 47.59%
R=48.59%
G=3.82%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421923700.920.020.05301.3589.5651.18
HexF213ED05C2512d5a33
Octal3622335501342545513263
Binary11110010100111110110101011100101011001011011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F213ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F213ED; }

 p { color: rgb(242,19,237); }

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

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

 a { background-color: rgb(242,19,237); }

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

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

 span { border-color: rgb(242,19,237); }

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