#F59F72

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

Shades of Hit Pink #F59F72

Tints of Hit Pink #F59F72

Color information

#F59F72 (or 0xF59F72) is unknown color: approx Hit Pink. HEX triplet: F5, 9F and 72. RGB value is (245,159,114). Sum of RGB (Red+Green+Blue) = 245+159+114=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59F72 is #0A608D. Grayscale: #B3B3B3. Windows color (decimal): -680078 or 7512053. OLE color: 7512053.

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

Color convert

RGB245159114-
CMYK00.350.530.04
HSL20.61º86.75%70.39%-
HSV(B)20.61º53.47%96.08%-
XYZ53.0945.4221.89-
YUV179.5890.99174.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.30%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 114 (44.92% from 255) = 22.01%
R=47.30%
G=30.69%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515911400.350.530.0420.6186.7570.39
HexF59F72023354155746
Octal36523716204365425127106
Binary1111010110011111111001001000111101011001010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59F72; }

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

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

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

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

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

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

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

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