Html Css Color HEX #F213EF Magenta

📋 copy color: '#F213EF'

red 242 ◦ green 19 ◦ blue 239

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

Shades of Magenta #F213EF

Tints of Magenta #F213EF

RGB

 RED value IS 242 (94.92% from 255) = 48.4%

 GREEN value IS 19 (7.81% from 255) = 3.8%

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 48.4%
G = 3.8%
B = 47.8%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F213EF (or 0xF213EF) is known color: Magenta. HEX triplet: F2, 13 and EF. RGB value is (242,19,239). Sum of RGB (Red+Green+Blue) = 242+19+239=500 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.4% from 500); Green value is 19 (7.81% from 255 or 3.8% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 242 - color contains mainly: red. Hex color #F213EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213EF is #0DEC10. Grayscale: #6E6E6E. Windows color (decimal): -912401 or 15668210. OLE color: 15668210.

HSL color Cylindrical-coordinate representation of color #F213EF: hue angle of 300.81º 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 #F213EF is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 19 239 -
CMYK 0 0.92 0.01 0.05
HSL 300.81º 0.9% 0.51% -
HSV(B) 300.81º 0.92% 0.95% -
XYZ 52.43 25.57 83.83 -
YUV 110.76 200.38 221.61 -
System Red Green Blue C M Y K H S L
Decimal 242 19 239 0 0.92 0.01 0.05 300.81 0.9 0.51
Hex F2 13 EF 0 5C 1 5 12D 5A 33
Octal 362 23 357 0 134 1 5 455 132 63
Binary 11110010 10011 11101111 0 1011100 1 101 100101101 1011010 110011

Color Harmonies of #F213EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213EF

Black with #F213EF

Text Example


Text Example

White with #F213EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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