Html Css Color HEX #F113EF Magenta

📋 copy color: '#F113EF'

red 241 ◦ green 19 ◦ blue 239

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

Shades of Magenta #F113EF

Tints of Magenta #F113EF

RGB

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

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

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

R = 48.3%
G = 3.81%
B = 47.9%

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

#F113EF (or 0xF113EF) is known color: Magenta. HEX triplet: F1, 13 and EF. RGB value is (241,19,239). Sum of RGB (Red+Green+Blue) = 241+19+239=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F113EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113EF is #0EEC10. Grayscale: #6D6D6D. Windows color (decimal): -977937 or 15668209. OLE color: 15668209.

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

Color convert

RGB 241 19 239 -
CMYK 0 0.92 0.01 0.05
HSL 300.54º 0.89% 0.51% -
HSV(B) 300.54º 0.92% 0.95% -
XYZ 52.09 25.4 83.82 -
YUV 110.46 200.55 221.11 -
System Red Green Blue C M Y K H S L
Decimal 241 19 239 0 0.92 0.01 0.05 300.54 0.89 0.51
Hex F1 13 EF 0 5C 1 5 12D 59 33
Octal 361 23 357 0 134 1 5 455 131 63
Binary 11110001 10011 11101111 0 1011100 1 101 100101101 1011001 110011

Color Harmonies of #F113EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113EF

Black with #F113EF

Text Example


Text Example

White with #F113EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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