#FFA369

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

Shades of Hit Pink #FFA369

Tints of Hit Pink #FFA369

Color information

#FFA369 (or 0xFFA369) is unknown color: approx Hit Pink. HEX triplet: FF, A3 and 69. RGB value is (255,163,105). Sum of RGB (Red+Green+Blue) = 255+163+105=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA369 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA369 is #005C96. Grayscale: #B8B8B8. Windows color (decimal): -23703 or 6923263. OLE color: 6923263.

HSL color Cylindrical-coordinate representation of color #FFA369: hue angle of 23.2º 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 #FFA369 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255163105-
CMYK00.360.590
HSL23.2º100%70.59%-
HSV(B)23.2º58.82%100%-
XYZ56.8948.4719.72-
YUV183.983.48178.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 105 (41.41% from 255) = 20.08%
R=48.76%
G=31.17%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516310500.360.59023.210070.59
HexFFA3690243B0176447
Octal37724315104473027144107
Binary11111111101000111101001010010011101101011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA369; }

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

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

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

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

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

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

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

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