#F960AD

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

Shades of Hot Pink #F960AD

Tints of Hot Pink #F960AD

Color information

#F960AD (or 0xF960AD) is unknown color: approx Hot Pink. HEX triplet: F9, 60 and AD. RGB value is (249,96,173). Sum of RGB (Red+Green+Blue) = 249+96+173=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 96 (37.89% from 255 or 18.53% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F960AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F960AD is #069F52. Grayscale: #969696. Windows color (decimal): -434003 or 11362553. OLE color: 11362553.

HSL color Cylindrical-coordinate representation of color #F960AD: hue angle of 329.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960AD is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB24996173-
CMYK00.610.310.02
HSL329.8º92.73%67.65%-
HSV(B)329.8º61.45%97.65%-
XYZ50.7931.5242.94-
YUV150.52140.69198.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 96 (37.89% from 255) = 18.53%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=48.07%
G=18.53%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499617300.610.310.02329.892.7367.65
HexF960AD03D1F214a5d44
Octal371140255075372512135104
Binary111110011100000101011010111101111111010100101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F960AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F960AD; }

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

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

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

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

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

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

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

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