#F911FF

Color #F911FF Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F911FF

Tints of Magenta #F911FF

Color information

#F911FF (or 0xF911FF) is unknown color: approx Magenta. HEX triplet: F9, 11 and FF. RGB value is (249,17,255). Sum of RGB (Red+Green+Blue) = 249+17+255=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 17 (7.03% from 255 or 3.26% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #F911FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F911FF is #06EE00. Grayscale: #707070. Windows color (decimal): -454145 or 16716281. OLE color: 16716281.

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

Color convert

RGB24917255-
CMYK0.020.9300
HSL298.49º100%53.33%-
HSV(B)298.49º93.33%100%-
XYZ57.3227.7696.95-
YUV113.5207.86224.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 17 (7.03% from 255) = 3.26%
BLUE value IS 255 (100% from 255) = 48.94%
R=47.79%
G=3.26%
B=48.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal249172550.020.9300298.4910053.33
HexF911FF25D0012a6435
Octal3712137721350045214465
Binary111110011000111111111101011101001001010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F911FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F911FF; }

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

 H1.HeaderClassName
 {
   color: #F911FF;
 }
 .AnyTagClassName
 {
   color: #F911FF;
 }
</style>
background-color css

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

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

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

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

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

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