Html Css Color HEX #F116E9 Magenta

📋 copy color: '#F116E9'

red 241 ◦ green 22 ◦ blue 233

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

Shades of Magenta #F116E9

Tints of Magenta #F116E9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.44%

 BLUE value IS 233 (91.41% from 255) = 46.98%

R = 48.59%
G = 4.44%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F116E9 (or 0xF116E9) is known color: Magenta. HEX triplet: F1, 16 and E9. RGB value is (241,22,233). Sum of RGB (Red+Green+Blue) = 241+22+233=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 22 (8.98% from 255 or 4.44% from 496); Blue value is 233 (91.41% from 255 or 46.98% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F116E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116E9 is #0EE916. Grayscale: #6E6E6E. Windows color (decimal): -977175 or 15275761. OLE color: 15275761.

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

Color convert

RGB 241 22 233 -
CMYK 0 0.91 0.03 0.05
HSL 302.19º 0.89% 0.52% -
HSV(B) 302.19º 0.91% 0.95% -
XYZ 51.27 25.16 79.24 -
YUV 111.54 196.55 220.34 -
System Red Green Blue C M Y K H S L
Decimal 241 22 233 0 0.91 0.03 0.05 302.19 0.89 0.52
Hex F1 16 E9 0 5B 3 5 12E 59 34
Octal 361 26 351 0 133 3 5 456 131 64
Binary 11110001 10110 11101001 0 1011011 11 101 100101110 1011001 110100

Color Harmonies of #F116E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116E9

Black with #F116E9

Text Example


Text Example

White with #F116E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116E9; }

 p { color: rgb(241,22,233); }

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

background-color css

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

 a { background-color: rgb(241,22,233); }

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

border-color css

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

 span { border-color: rgb(241,22,233); }

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