#F8A169

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

Shades of Hit Pink #F8A169

Tints of Hit Pink #F8A169

Color information

#F8A169 (or 0xF8A169) is unknown color: approx Hit Pink. HEX triplet: F8, A1 and 69. RGB value is (248,161,105). Sum of RGB (Red+Green+Blue) = 248+161+105=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 161 (63.28% from 255 or 31.32% from 514); Blue value is 105 (41.41% from 255 or 20.43% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8A169 is #075E96. Grayscale: #B4B4B4. Windows color (decimal): -482967 or 6922744. OLE color: 6922744.

HSL color Cylindrical-coordinate representation of color #F8A169: hue angle of 23.5º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F8A169 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB248161105-
CMYK00.350.580.03
HSL23.5º91.08%69.22%-
HSV(B)23.5º57.66%97.25%-
XYZ54.0146.4719.49-
YUV180.6385.32176.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 48.25%
GREEN value IS 161 (63.28% from 255) = 31.32%
BLUE value IS 105 (41.41% from 255) = 20.43%
R=48.25%
G=31.32%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816110500.350.580.0323.591.0869.22
HexF8A1690233A3175b45
Octal37024115104372327133105
Binary111110001010000111010010100011111010111011110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A169; }

 p { color: rgb(248,161,105); }

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

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

 a { background-color: rgb(248,161,105); }

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

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

 span { border-color: rgb(248,161,105); }

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