#F560AC

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

Shades of Hot Pink #F560AC

Tints of Hot Pink #F560AC

Color information

#F560AC (or 0xF560AC) is unknown color: approx Hot Pink. HEX triplet: F5, 60 and AC. RGB value is (245,96,172). Sum of RGB (Red+Green+Blue) = 245+96+172=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F560AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F560AC is #0A9F53. Grayscale: #959595. Windows color (decimal): -696148 or 11297013. OLE color: 11297013.

HSL color Cylindrical-coordinate representation of color #F560AC: hue angle of 329.4º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560AC is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB24596172-
CMYK00.610.300.04
HSL329.4º88.17%66.86%-
HSV(B)329.4º60.82%96.08%-
XYZ49.2930.7642.37-
YUV149.22140.86196.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=47.76%
G=18.71%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459617200.610.300.04329.488.1766.86
HexF560AC03D1E41495843
Octal365140254075364511130103
Binary1111010111000001010110001111011111010010100100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F560AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F560AC; }

 p { color: rgb(245,96,172); }

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

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

 a { background-color: rgb(245,96,172); }

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

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

 span { border-color: rgb(245,96,172); }

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