#f9119f

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

Shades of Deep Pink #F9119F

Tints of Deep Pink #F9119F

Color information

#F9119F (or 0xF9119F) is unknown color: approx Deep Pink. HEX triplet: F9, 11 and 9F. RGB value is (249,17,159). Sum of RGB (Red+Green+Blue) = 249+17+159=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 17 (7.03% from 255 or 4% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F9119F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9119F is #06EE60. Grayscale: #666666. Windows color (decimal): -454241 or 10424825. OLE color: 10424825.

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

Color convert

RGB24917159-
CMYK00.930.360.02
HSL323.28º95.08%52.16%-
HSV(B)323.28º93.17%97.65%-
XYZ45.5323.0434.85-
YUV102.56159.86232.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.59%
GREEN value IS 17 (7.03% from 255) = 4%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=58.59%
G=4%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491715900.930.360.02323.2895.0852.16
HexF9119F05D2421435f34
Octal37121237013544250313764
Binary11111001100011001111101011101100100101010000111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9119f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9119f; }

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

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

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

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

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

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

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

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