#F160B9

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

Shades of Hot Pink #F160B9

Tints of Hot Pink #F160B9

Color information

#F160B9 (or 0xF160B9) is unknown color: approx Hot Pink. HEX triplet: F1, 60 and B9. RGB value is (241,96,185). Sum of RGB (Red+Green+Blue) = 241+96+185=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F160B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F160B9 is #0E9F46. Grayscale: #959595. Windows color (decimal): -958279 or 12148977. OLE color: 12148977.

HSL color Cylindrical-coordinate representation of color #F160B9: hue angle of 323.17º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F160B9 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB24196185-
CMYK00.600.230.05
HSL323.17º83.82%66.08%-
HSV(B)323.17º60.17%94.51%-
XYZ49.2230.5749.21-
YUV149.5148.04193.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.17%
GREEN value IS 96 (37.89% from 255) = 18.39%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=46.17%
G=18.39%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419618500.600.230.05323.1783.8266.08
HexF160B903C1751435442
Octal361140271074275503124102
Binary1111000111000001011100101111001011110110100001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160B9; }

 p { color: rgb(241,96,185); }

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

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

 a { background-color: rgb(241,96,185); }

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

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

 span { border-color: rgb(241,96,185); }

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