#F56BA5

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

Shades of Hot Pink #F56BA5

Tints of Hot Pink #F56BA5

Color information

#F56BA5 (or 0xF56BA5) is unknown color: approx Hot Pink. HEX triplet: F5, 6B and A5. RGB value is (245,107,165). Sum of RGB (Red+Green+Blue) = 245+107+165=517 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.39% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 245 - color contains mainly: red. Hex color #F56BA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56BA5 is #0A945A. Grayscale: #9A9A9A. Windows color (decimal): -693339 or 10841077. OLE color: 10841077.

HSL color Cylindrical-coordinate representation of color #F56BA5: hue angle of 334.78º 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 #F56BA5 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB245107165-
CMYK00.560.330.04
HSL334.78º87.34%69.02%-
HSV(B)334.78º56.33%96.08%-
XYZ49.7132.6439.28-
YUV154.87133.72192.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.39%
GREEN value IS 107 (42.19% from 255) = 20.70%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=47.39%
G=20.70%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510716500.560.330.04334.7887.3469.02
HexF56BA503821414f5745
Octal365153245070414517127105
Binary11110101110101110100101011100010000110010100111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56BA5; }

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

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

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

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

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

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

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

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