#F1A175

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

Shades of Hit Pink #F1A175

Tints of Hit Pink #F1A175

Color information

#F1A175 (or 0xF1A175) is unknown color: approx Hit Pink. HEX triplet: F1, A1 and 75. RGB value is (241,161,117). Sum of RGB (Red+Green+Blue) = 241+161+117=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A175 is #0E5E8A. Grayscale: #B4B4B4. Windows color (decimal): -941707 or 7709169. OLE color: 7709169.

HSL color Cylindrical-coordinate representation of color #F1A175: hue angle of 21.29º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1A175 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241161117-
CMYK00.330.510.05
HSL21.29º81.58%70.2%-
HSV(B)21.29º51.45%94.51%-
XYZ52.2345.4722.85-
YUV179.992.5171.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 161 (63.28% from 255) = 31.02%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=46.44%
G=31.02%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116111700.330.510.0521.2981.5870.2
HexF1A175021335155246
Octal36124116504163525122106
Binary1111000110100001111010101000011100111011010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A175; }

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

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

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

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

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

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

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

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