#F1A170

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

Shades of Hit Pink #F1A170

Tints of Hit Pink #F1A170

Color information

#F1A170 (or 0xF1A170) is unknown color: approx Hit Pink. HEX triplet: F1, A1 and 70. RGB value is (241,161,112). Sum of RGB (Red+Green+Blue) = 241+161+112=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 112 (44.14% from 255 or 21.79% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A170 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A170 is #0E5E8F. Grayscale: #B3B3B3. Windows color (decimal): -941712 or 7381489. OLE color: 7381489.

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

Color convert

RGB241161112-
CMYK00.330.540.05
HSL22.79º82.17%69.22%-
HSV(B)22.79º53.53%94.51%-
XYZ51.9545.3621.35-
YUV179.3390171.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 112 (44.14% from 255) = 21.79%
R=46.89%
G=31.32%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116111200.330.540.0522.7982.1769.22
HexF1A170021365175245
Octal36124116004166527122105
Binary1111000110100001111000001000011101101011011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A170; }

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

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

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

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

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

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

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

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