Html Css Color HEX #F911E7 Magenta

📋 copy color: '#F911E7'

red 249 ◦ green 17 ◦ blue 231

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

Shades of Magenta #F911E7

Tints of Magenta #F911E7

RGB

 RED value IS 249 (97.66% from 255) = 50.1%

 GREEN value IS 17 (7.03% from 255) = 3.42%

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

R = 50.1%
G = 3.42%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F911E7 (or 0xF911E7) is known color: Magenta. HEX triplet: F9, 11 and E7. RGB value is (249,17,231). Sum of RGB (Red+Green+Blue) = 249+17+231=497 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.10% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 249 - color contains mainly: red. Hex color #F911E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911E7 is #06EE18. Grayscale: #6E6E6E. Windows color (decimal): -454169 or 15143417. OLE color: 15143417.

HSL color Cylindrical-coordinate representation of color #F911E7: hue angle of 304.66º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F911E7 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 17 231 -
CMYK 0 0.93 0.07 0.02
HSL 304.66º 0.95% 0.52% -
HSV(B) 304.66º 0.93% 0.98% -
XYZ 53.69 26.31 77.85 -
YUV 110.76 195.86 226.6 -
System Red Green Blue C M Y K H S L
Decimal 249 17 231 0 0.93 0.07 0.02 304.66 0.95 0.52
Hex F9 11 E7 0 5D 7 2 131 5F 34
Octal 371 21 347 0 135 7 2 461 137 64
Binary 11111001 10001 11100111 0 1011101 111 10 100110001 1011111 110100

Color Harmonies of #F911E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F911E7

Black with #F911E7

Text Example


Text Example

White with #F911E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F911E7; }

 p { color: rgb(249,17,231); }

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

background-color css

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

 a { background-color: rgb(249,17,231); }

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

border-color css

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

 span { border-color: rgb(249,17,231); }

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