#F56CA7

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

Shades of Hot Pink #F56CA7

Tints of Hot Pink #F56CA7

Color information

#F56CA7 (or 0xF56CA7) is unknown color: approx Hot Pink. HEX triplet: F5, 6C and A7. RGB value is (245,108,167). Sum of RGB (Red+Green+Blue) = 245+108+167=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F56CA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56CA7 is #0A9358. Grayscale: #9B9B9B. Windows color (decimal): -693081 or 10972405. OLE color: 10972405.

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

Color convert

RGB245108167-
CMYK00.560.320.04
HSL334.16º87.26%69.22%-
HSV(B)334.16º55.92%96.08%-
XYZ49.9932.9340.28-
YUV155.69134.39191.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 108 (42.58% from 255) = 20.77%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=47.12%
G=20.77%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510816700.560.320.04334.1687.2669.22
HexF56CA703820414e5745
Octal365154247070404516127105
Binary11110101110110010100111011100010000010010100111010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56CA7; }

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

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

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

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

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

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

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

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