#F59A72

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

Shades of Hit Pink #F59A72

Tints of Hit Pink #F59A72

Color information

#F59A72 (or 0xF59A72) is unknown color: approx Hit Pink. HEX triplet: F5, 9A and 72. RGB value is (245,154,114). Sum of RGB (Red+Green+Blue) = 245+154+114=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59A72 is #0A658D. Grayscale: #B0B0B0. Windows color (decimal): -681358 or 7510773. OLE color: 7510773.

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

Color convert

RGB245154114-
CMYK00.370.530.04
HSL18.32º86.75%70.39%-
HSV(B)18.32º53.47%96.08%-
XYZ52.2543.7421.61-
YUV176.6592.65176.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=47.76%
G=30.02%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515411400.370.530.0418.3286.7570.39
HexF59A72025354125746
Octal36523216204565422127106
Binary1111010110011010111001001001011101011001001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59A72; }

 p { color: rgb(245,154,114); }

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

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

 a { background-color: rgb(245,154,114); }

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

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

 span { border-color: rgb(245,154,114); }

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