Html Css Color HEX #F116E7 Magenta

📋 copy color: '#F116E7'

red 241 ◦ green 22 ◦ blue 231

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

Shades of Magenta #F116E7

Tints of Magenta #F116E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 48.79%
G = 4.45%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F116E7 (or 0xF116E7) is known color: Magenta. HEX triplet: F1, 16 and E7. RGB value is (241,22,231). Sum of RGB (Red+Green+Blue) = 241+22+231=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F116E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F116E7 is #0EE918. Grayscale: #6E6E6E. Windows color (decimal): -977177 or 15144689. OLE color: 15144689.

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

Color convert

RGB 241 22 231 -
CMYK 0 0.91 0.04 0.05
HSL 302.74º 0.89% 0.52% -
HSV(B) 302.74º 0.91% 0.95% -
XYZ 50.99 25.04 77.75 -
YUV 111.31 195.55 220.51 -
System Red Green Blue C M Y K H S L
Decimal 241 22 231 0 0.91 0.04 0.05 302.74 0.89 0.52
Hex F1 16 E7 0 5B 4 5 12F 59 34
Octal 361 26 347 0 133 4 5 457 131 64
Binary 11110001 10110 11100111 0 1011011 100 101 100101111 1011001 110100

Color Harmonies of #F116E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F116E7

Black with #F116E7

Text Example


Text Example

White with #F116E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F116E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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