#F56CBA

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

Shades of Hot Pink #F56CBA

Tints of Hot Pink #F56CBA

Color information

#F56CBA (or 0xF56CBA) is unknown color: approx Hot Pink. HEX triplet: F5, 6C and BA. RGB value is (245,108,186). Sum of RGB (Red+Green+Blue) = 245+108+186=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56CBA is #0A9345. Grayscale: #9D9D9D. Windows color (decimal): -693062 or 12217589. OLE color: 12217589.

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

Color convert

RGB245108186-
CMYK00.560.240.04
HSL325.84º87.26%69.22%-
HSV(B)325.84º55.92%96.08%-
XYZ51.8833.6850.22-
YUV157.85143.89190.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 108 (42.58% from 255) = 20.04%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=45.45%
G=20.04%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510818600.560.240.04325.8487.2669.22
HexF56CBA0381841465745
Octal365154272070304506127105
Binary1111010111011001011101001110001100010010100011010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56CBA; }

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

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

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

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

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

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

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

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