#F5A175

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

Shades of Hit Pink #F5A175

Tints of Hit Pink #F5A175

Color information

#F5A175 (or 0xF5A175) is unknown color: approx Hit Pink. HEX triplet: F5, A1 and 75. RGB value is (245,161,117). Sum of RGB (Red+Green+Blue) = 245+161+117=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A175 is #0A5E8A. Grayscale: #B5B5B5. Windows color (decimal): -679563 or 7709173. OLE color: 7709173.

HSL color Cylindrical-coordinate representation of color #F5A175: hue angle of 20.63º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F5A175 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245161117-
CMYK00.340.520.04
HSL20.63º86.49%70.98%-
HSV(B)20.63º52.24%96.08%-
XYZ53.6146.1922.92-
YUV181.191.83173.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.85%
GREEN value IS 161 (63.28% from 255) = 30.78%
BLUE value IS 117 (46.09% from 255) = 22.37%
R=46.85%
G=30.78%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516111700.340.520.0420.6386.4970.98
HexF5A175022344155647
Octal36524116504264425126107
Binary1111010110100001111010101000101101001001010110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A175; }

 p { color: rgb(245,161,117); }

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

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

 a { background-color: rgb(245,161,117); }

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

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

 span { border-color: rgb(245,161,117); }

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