#f911d5

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

Shades of Hot Magenta #F911D5

Tints of Hot Magenta #F911D5

Color information

#F911D5 (or 0xF911D5) is unknown color: approx Hot Magenta. HEX triplet: F9, 11 and D5. RGB value is (249,17,213). Sum of RGB (Red+Green+Blue) = 249+17+213=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 17 (7.03% from 255 or 3.55% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F911D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F911D5 is #06EE2A. Grayscale: #6C6C6C. Windows color (decimal): -454187 or 13963769. OLE color: 13963769.

HSL color Cylindrical-coordinate representation of color #F911D5: hue angle of 309.31º 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 #F911D5 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB24917213-
CMYK00.930.140.02
HSL309.31º95.08%52.16%-
HSV(B)309.31º93.17%97.65%-
XYZ51.2825.3465.14-
YUV108.71186.86228.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 51.98%
GREEN value IS 17 (7.03% from 255) = 3.55%
BLUE value IS 213 (83.59% from 255) = 44.47%
R=51.98%
G=3.55%
B=44.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491721300.930.140.02309.3195.0852.16
HexF911D505DE21355f34
Octal37121325013516246513764
Binary111110011000111010101010111011110101001101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f911d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f911d5; }

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

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

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

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

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

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

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

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