#F1A373

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

Shades of Hit Pink #F1A373

Tints of Hit Pink #F1A373

Color information

#F1A373 (or 0xF1A373) is unknown color: approx Hit Pink. HEX triplet: F1, A3 and 73. RGB value is (241,163,115). Sum of RGB (Red+Green+Blue) = 241+163+115=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A373 is #0E5C8C. Grayscale: #B5B5B5. Windows color (decimal): -941197 or 7578609. OLE color: 7578609.

HSL color Cylindrical-coordinate representation of color #F1A373: hue angle of 22.86º 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 #F1A373 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB241163115-
CMYK00.320.520.05
HSL22.86º81.82%69.8%-
HSV(B)22.86º52.28%94.51%-
XYZ52.4746.1322.36-
YUV180.8590.84170.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 115 (45.31% from 255) = 22.16%
R=46.44%
G=31.41%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116311500.320.520.0522.8681.8269.8
HexF1A373020345175246
Octal36124316304064527122106
Binary1111000110100011111001101000001101001011011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A373; }

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

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

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

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

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

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

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

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