Html Css Color HEX #F213EB Magenta

📋 copy color: '#F213EB'

red 242 ◦ green 19 ◦ blue 235

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

Shades of Magenta #F213EB

Tints of Magenta #F213EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 48.79%
G = 3.83%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F213EB (or 0xF213EB) is known color: Magenta. HEX triplet: F2, 13 and EB. RGB value is (242,19,235). Sum of RGB (Red+Green+Blue) = 242+19+235=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 19 (7.81% from 255 or 3.83% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F213EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213EB is #0DEC14. Grayscale: #6D6D6D. Windows color (decimal): -912405 or 15406066. OLE color: 15406066.

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

Color convert

RGB 242 19 235 -
CMYK 0 0.92 0.03 0.05
HSL 301.88º 0.9% 0.51% -
HSV(B) 301.88º 0.92% 0.95% -
XYZ 51.85 25.34 80.76 -
YUV 110.3 198.38 221.94 -
System Red Green Blue C M Y K H S L
Decimal 242 19 235 0 0.92 0.03 0.05 301.88 0.9 0.51
Hex F2 13 EB 0 5C 3 5 12E 5A 33
Octal 362 23 353 0 134 3 5 456 132 63
Binary 11110010 10011 11101011 0 1011100 11 101 100101110 1011010 110011

Color Harmonies of #F213EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213EB

Black with #F213EB

Text Example


Text Example

White with #F213EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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