#F1A371

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

Shades of Hit Pink #F1A371

Tints of Hit Pink #F1A371

Color information

#F1A371 (or 0xF1A371) is unknown color: approx Hit Pink. HEX triplet: F1, A3 and 71. RGB value is (241,163,113). Sum of RGB (Red+Green+Blue) = 241+163+113=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 163 (64.06% from 255 or 31.53% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A371 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A371 is #0E5C8E. Grayscale: #B4B4B4. Windows color (decimal): -941199 or 7447537. OLE color: 7447537.

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

Color convert

RGB241163113-
CMYK00.320.530.05
HSL23.44º82.05%69.41%-
HSV(B)23.44º53.11%94.51%-
XYZ52.3546.0921.76-
YUV180.6289.84171.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.62%
GREEN value IS 163 (64.06% from 255) = 31.53%
BLUE value IS 113 (44.53% from 255) = 21.86%
R=46.62%
G=31.53%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116311300.320.530.0523.4482.0569.41
HexF1A371020355175245
Octal36124316104065527122105
Binary1111000110100011111000101000001101011011011110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A371; }

 p { color: rgb(241,163,113); }

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

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

 a { background-color: rgb(241,163,113); }

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

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

 span { border-color: rgb(241,163,113); }

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