Html Css Color HEX #F116E6 Magenta

📋 copy color: '#F116E6'

red 241 ◦ green 22 ◦ blue 230

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

Shades of Magenta #F116E6

Tints of Magenta #F116E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.65%

R = 48.88%
G = 4.46%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#F116E6 (or 0xF116E6) is known color: Magenta. HEX triplet: F1, 16 and E6. RGB value is (241,22,230). Sum of RGB (Red+Green+Blue) = 241+22+230=493 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.88% from 493); Green value is 22 (8.98% from 255 or 4.46% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 241 - color contains mainly: red. Hex color #F116E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116E6 is #0EE919. Grayscale: #6E6E6E. Windows color (decimal): -977178 or 15079153. OLE color: 15079153.

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

Color convert

RGB 241 22 230 -
CMYK 0 0.91 0.05 0.05
HSL 303.01º 0.89% 0.52% -
HSV(B) 303.01º 0.91% 0.95% -
XYZ 50.85 24.99 77.01 -
YUV 111.19 195.05 220.59 -
System Red Green Blue C M Y K H S L
Decimal 241 22 230 0 0.91 0.05 0.05 303.01 0.89 0.52
Hex F1 16 E6 0 5B 5 5 12F 59 34
Octal 361 26 346 0 133 5 5 457 131 64
Binary 11110001 10110 11100110 0 1011011 101 101 100101111 1011001 110100

Color Harmonies of #F116E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116E6

Black with #F116E6

Text Example


Text Example

White with #F116E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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