Html Css Color HEX #F213E7 Magenta

📋 copy color: '#F213E7'

red 242 ◦ green 19 ◦ blue 231

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

Shades of Magenta #F213E7

Tints of Magenta #F213E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 49.19%
G = 3.86%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F213E7 (or 0xF213E7) is known color: Magenta. HEX triplet: F2, 13 and E7. RGB value is (242,19,231). Sum of RGB (Red+Green+Blue) = 242+19+231=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F213E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F213E7 is #0DEC18. Grayscale: #6D6D6D. Windows color (decimal): -912409 or 15143922. OLE color: 15143922.

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

Color convert

RGB 242 19 231 -
CMYK 0 0.92 0.05 0.05
HSL 302.96º 0.9% 0.51% -
HSV(B) 302.96º 0.92% 0.95% -
XYZ 51.27 25.11 77.75 -
YUV 109.85 196.38 222.26 -
System Red Green Blue C M Y K H S L
Decimal 242 19 231 0 0.92 0.05 0.05 302.96 0.9 0.51
Hex F2 13 E7 0 5C 5 5 12F 5A 33
Octal 362 23 347 0 134 5 5 457 132 63
Binary 11110010 10011 11100111 0 1011100 101 101 100101111 1011010 110011

Color Harmonies of #F213E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F213E7

Black with #F213E7

Text Example


Text Example

White with #F213E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F213E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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