#F1A174

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

Shades of Hit Pink #F1A174

Tints of Hit Pink #F1A174

Color information

#F1A174 (or 0xF1A174) is unknown color: approx Hit Pink. HEX triplet: F1, A1 and 74. RGB value is (241,161,116). Sum of RGB (Red+Green+Blue) = 241+161+116=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 161 (63.28% from 255 or 31.08% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A174 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A174 is #0E5E8B. Grayscale: #B4B4B4. Windows color (decimal): -941708 or 7643633. OLE color: 7643633.

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

Color convert

RGB241161116-
CMYK00.330.520.05
HSL21.6º81.7%70%-
HSV(B)21.6º51.87%94.51%-
XYZ52.1745.4522.55-
YUV179.7992171.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.53%
GREEN value IS 161 (63.28% from 255) = 31.08%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=46.53%
G=31.08%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116111600.330.520.0521.681.770
HexF1A174021345165246
Octal36124116404164526122106
Binary1111000110100001111010001000011101001011011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A174; }

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

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

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

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

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

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

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

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