#F556BA

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

Shades of Hot Pink #F556BA

Tints of Hot Pink #F556BA

Color information

#F556BA (or 0xF556BA) is unknown color: approx Hot Pink. HEX triplet: F5, 56 and BA. RGB value is (245,86,186). Sum of RGB (Red+Green+Blue) = 245+86+186=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 86 (33.98% from 255 or 16.63% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F556BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F556BA is #0AA945. Grayscale: #909090. Windows color (decimal): -698694 or 12211957. OLE color: 12211957.

HSL color Cylindrical-coordinate representation of color #F556BA: hue angle of 322.26º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F556BA is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB24586186-
CMYK00.650.240.04
HSL322.26º88.83%64.9%-
HSV(B)322.26º64.9%96.08%-
XYZ49.8529.6149.54-
YUV144.94151.18199.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 86 (33.98% from 255) = 16.63%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=47.39%
G=16.63%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2458618600.650.240.04322.2688.8364.9
HexF556BA0411841425941
Octal3651262720101304502131101
Binary11110101101011010111010010000011100010010100001010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F556BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F556BA; }

 p { color: rgb(245,86,186); }

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

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

 a { background-color: rgb(245,86,186); }

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

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

 span { border-color: rgb(245,86,186); }

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