Html Css Color HEX #F112ED Magenta

📋 copy color: '#F112ED'

red 241 ◦ green 18 ◦ blue 237

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

Shades of Magenta #F112ED

Tints of Magenta #F112ED

RGB

 RED value IS 241 (94.53% from 255) = 48.59%

 GREEN value IS 18 (7.42% from 255) = 3.63%

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 48.59%
G = 3.63%
B = 47.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F112ED (or 0xF112ED) is known color: Magenta. HEX triplet: F1, 12 and ED. RGB value is (241,18,237). Sum of RGB (Red+Green+Blue) = 241+18+237=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F112ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F112ED is #0EED12. Grayscale: #6C6C6C. Windows color (decimal): -978195 or 15536881. OLE color: 15536881.

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

Color convert

RGB 241 18 237 -
CMYK 0 0.93 0.02 0.05
HSL 301.08º 0.89% 0.51% -
HSV(B) 301.08º 0.93% 0.95% -
XYZ 51.78 25.25 82.27 -
YUV 109.64 199.88 221.69 -
System Red Green Blue C M Y K H S L
Decimal 241 18 237 0 0.93 0.02 0.05 301.08 0.89 0.51
Hex F1 12 ED 0 5D 2 5 12D 59 33
Octal 361 22 355 0 135 2 5 455 131 63
Binary 11110001 10010 11101101 0 1011101 10 101 100101101 1011001 110011

Color Harmonies of #F112ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F112ED

Black with #F112ED

Text Example


Text Example

White with #F112ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F112ED; }

 p { color: rgb(241,18,237); }

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

background-color css

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

 a { background-color: rgb(241,18,237); }

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

border-color css

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

 span { border-color: rgb(241,18,237); }

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