Html Css Color HEX #F113ED Magenta

📋 copy color: '#F113ED'

red 241 ◦ green 19 ◦ blue 237

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

Shades of Magenta #F113ED

Tints of Magenta #F113ED

RGB

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

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

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

R = 48.49%
G = 3.82%
B = 47.69%

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

#F113ED (or 0xF113ED) is known color: Magenta. HEX triplet: F1, 13 and ED. RGB value is (241,19,237). Sum of RGB (Red+Green+Blue) = 241+19+237=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 19 (7.81% from 255 or 3.82% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F113ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113ED is #0EEC12. Grayscale: #6D6D6D. Windows color (decimal): -977939 or 15537137. OLE color: 15537137.

HSL color Cylindrical-coordinate representation of color #F113ED: 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.92%. Process color model (Four color, CMYK) of #F113ED is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 19 237 -
CMYK 0 0.92 0.02 0.05
HSL 301.08º 0.89% 0.51% -
HSV(B) 301.08º 0.92% 0.95% -
XYZ 51.79 25.28 82.27 -
YUV 110.23 199.55 221.27 -
System Red Green Blue C M Y K H S L
Decimal 241 19 237 0 0.92 0.02 0.05 301.08 0.89 0.51
Hex F1 13 ED 0 5C 2 5 12D 59 33
Octal 361 23 355 0 134 2 5 455 131 63
Binary 11110001 10011 11101101 0 1011100 10 101 100101101 1011001 110011

Color Harmonies of #F113ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113ED

Black with #F113ED

Text Example


Text Example

White with #F113ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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