#FFA469

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

Shades of Hit Pink #FFA469

Tints of Hit Pink #FFA469

Color information

#FFA469 (or 0xFFA469) is unknown color: approx Hit Pink. HEX triplet: FF, A4 and 69. RGB value is (255,164,105). Sum of RGB (Red+Green+Blue) = 255+164+105=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 164 (64.45% from 255 or 31.30% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA469 is #005B96. Grayscale: #B8B8B8. Windows color (decimal): -23447 or 6923519. OLE color: 6923519.

HSL color Cylindrical-coordinate representation of color #FFA469: hue angle of 23.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFA469 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255164105-
CMYK00.360.590
HSL23.6º100%70.59%-
HSV(B)23.6º58.82%100%-
XYZ57.0748.8319.78-
YUV184.4883.15178.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 164 (64.45% from 255) = 31.30%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=48.66%
G=31.30%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516410500.360.59023.610070.59
HexFFA4690243B0186447
Octal37724415104473030144107
Binary11111111101001001101001010010011101101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA469; }

 p { color: rgb(255,164,105); }

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

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

 a { background-color: rgb(255,164,105); }

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

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

 span { border-color: rgb(255,164,105); }

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