#F160AA

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

Shades of Hot Pink #F160AA

Tints of Hot Pink #F160AA

Color information

#F160AA (or 0xF160AA) is unknown color: approx Hot Pink. HEX triplet: F1, 60 and AA. RGB value is (241,96,170). Sum of RGB (Red+Green+Blue) = 241+96+170=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F160AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160AA is #0E9F55. Grayscale: #939393. Windows color (decimal): -958294 or 11165937. OLE color: 11165937.

HSL color Cylindrical-coordinate representation of color #F160AA: hue angle of 329.38º 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 #F160AA is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB24196170-
CMYK00.600.290.05
HSL329.38º83.82%66.08%-
HSV(B)329.38º60.17%94.51%-
XYZ47.7129.9741.3-
YUV147.79140.54194.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.53%
GREEN value IS 96 (37.89% from 255) = 18.93%
BLUE value IS 170 (66.80% from 255) = 33.53%
R=47.53%
G=18.93%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419617000.600.290.05329.3883.8266.08
HexF160AA03C1D51495442
Octal361140252074355511124102
Binary1111000111000001010101001111001110110110100100110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160AA; }

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

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

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

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

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

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

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

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