#F1A172

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

Shades of Hit Pink #F1A172

Tints of Hit Pink #F1A172

Color information

#F1A172 (or 0xF1A172) is unknown color: approx Hit Pink. HEX triplet: F1, A1 and 72. RGB value is (241,161,114). Sum of RGB (Red+Green+Blue) = 241+161+114=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 114 (44.92% from 255 or 22.09% from 516); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A172 is #0E5E8D. Grayscale: #B3B3B3. Windows color (decimal): -941710 or 7512561. OLE color: 7512561.

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

Color convert

RGB241161114-
CMYK00.330.530.05
HSL22.2º81.94%69.61%-
HSV(B)22.2º52.7%94.51%-
XYZ52.0645.4121.94-
YUV179.5691171.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.71%
GREEN value IS 161 (63.28% from 255) = 31.20%
BLUE value IS 114 (44.92% from 255) = 22.09%
R=46.71%
G=31.20%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116111400.330.530.0522.281.9469.61
HexF1A172021355165246
Octal36124116204165526122106
Binary1111000110100001111001001000011101011011011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A172; }

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

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

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

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

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

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

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

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