#F56EA5

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

Shades of Hot Pink #F56EA5

Tints of Hot Pink #F56EA5

Color information

#F56EA5 (or 0xF56EA5) is unknown color: approx Hot Pink. HEX triplet: F5, 6E and A5. RGB value is (245,110,165). Sum of RGB (Red+Green+Blue) = 245+110+165=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F56EA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56EA5 is #0A915A. Grayscale: #9C9C9C. Windows color (decimal): -692571 or 10841845. OLE color: 10841845.

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

Color convert

RGB245110165-
CMYK00.550.330.04
HSL335.56º87.1%69.61%-
HSV(B)335.56º55.1%96.08%-
XYZ50.0233.2839.38-
YUV156.64132.73191.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 110 (43.36% from 255) = 21.15%
BLUE value IS 165 (64.84% from 255) = 31.73%
R=47.12%
G=21.15%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511016500.550.330.04335.5687.169.61
HexF56EA50372141505746
Octal365156245067414520127106
Binary11110101110111010100101011011110000110010101000010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56EA5; }

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

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

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

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

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

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

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

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