#F59B72

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

Shades of Hit Pink #F59B72

Tints of Hit Pink #F59B72

Color information

#F59B72 (or 0xF59B72) is unknown color: approx Hit Pink. HEX triplet: F5, 9B and 72. RGB value is (245,155,114). Sum of RGB (Red+Green+Blue) = 245+155+114=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59B72 is #0A648D. Grayscale: #B1B1B1. Windows color (decimal): -681102 or 7511029. OLE color: 7511029.

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

Color convert

RGB245155114-
CMYK00.370.530.04
HSL18.78º86.75%70.39%-
HSV(B)18.78º53.47%96.08%-
XYZ52.4144.0721.66-
YUV177.2492.32176.33-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.67%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=47.67%
G=30.16%
B=22.18%

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
Decimal24515511400.370.530.0418.7886.7570.39
HexF59B72025354135746
Octal36523316204565423127106
Binary1111010110011011111001001001011101011001001110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59B72; }

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

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

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

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

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

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

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

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