#F160AD

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

Shades of Hot Pink #F160AD

Tints of Hot Pink #F160AD

Color information

#F160AD (or 0xF160AD) is unknown color: approx Hot Pink. HEX triplet: F1, 60 and AD. RGB value is (241,96,173). Sum of RGB (Red+Green+Blue) = 241+96+173=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F160AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F160AD is #0E9F52. Grayscale: #939393. Windows color (decimal): -958291 or 11362545. OLE color: 11362545.

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

Color convert

RGB24196173-
CMYK00.600.280.05
HSL328.14º83.82%66.08%-
HSV(B)328.14º60.17%94.51%-
XYZ4830.0842.81-
YUV148.13142.04194.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 96 (37.89% from 255) = 18.82%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=47.25%
G=18.82%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419617300.600.280.05328.1483.8266.08
HexF160AD03C1C51485442
Octal361140255074345510124102
Binary1111000111000001010110101111001110010110100100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F160AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F160AD; }

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

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

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

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

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

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

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

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