Html Css Color HEX #F213ED Magenta

📋 copy color: '#F213ED'

red 242 ◦ green 19 ◦ blue 237

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

Shades of Magenta #F213ED

Tints of Magenta #F213ED

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 value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F213ED (or 0xF213ED) is known color: 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

RGB 242 19 237 -
CMYK 0 0.92 0.02 0.05
HSL 301.35º 0.9% 0.51% -
HSV(B) 301.35º 0.92% 0.95% -
XYZ 52.14 25.46 82.29 -
YUV 110.53 199.38 221.77 -
System Red Green Blue C M Y K H S L
Decimal 242 19 237 0 0.92 0.02 0.05 301.35 0.9 0.51
Hex F2 13 ED 0 5C 2 5 12D 5A 33
Octal 362 23 355 0 134 2 5 455 132 63
Binary 11110010 10011 11101101 0 1011100 10 101 100101101 1011010 110011

Color Harmonies of #F213ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213ED

Black with #F213ED

Text Example


Text Example

White with #F213ED

Text Example


Text Example

HTML Codes & Css Web 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>