#F56BA1

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

Shades of Hot Pink #F56BA1

Tints of Hot Pink #F56BA1

Color information

#F56BA1 (or 0xF56BA1) is unknown color: approx Hot Pink. HEX triplet: F5, 6B and A1. RGB value is (245,107,161). Sum of RGB (Red+Green+Blue) = 245+107+161=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 107 (42.19% from 255 or 20.86% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56BA1 is #0A945E. Grayscale: #9A9A9A. Windows color (decimal): -693343 or 10578933. OLE color: 10578933.

HSL color Cylindrical-coordinate representation of color #F56BA1: hue angle of 336.52º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56BA1 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB245107161-
CMYK00.560.340.04
HSL336.52º87.34%69.02%-
HSV(B)336.52º56.33%96.08%-
XYZ49.3532.537.39-
YUV154.42131.72192.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 107 (42.19% from 255) = 20.86%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=47.76%
G=20.86%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510716100.560.340.04336.5287.3469.02
HexF56BA10382241515745
Octal365153241070424521127105
Binary11110101110101110100001011100010001010010101000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56BA1; }

 p { color: rgb(245,107,161); }

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

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

 a { background-color: rgb(245,107,161); }

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

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

 span { border-color: rgb(245,107,161); }

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