#FFA575

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

Shades of Hit Pink #FFA575

Tints of Hit Pink #FFA575

Color information

#FFA575 (or 0xFFA575) is unknown color: approx Hit Pink. HEX triplet: FF, A5 and 75. RGB value is (255,165,117). Sum of RGB (Red+Green+Blue) = 255+165+117=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA575 is #005A8A. Grayscale: #BABABA. Windows color (decimal): -23179 or 7710207. OLE color: 7710207.

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

Color convert

RGB255165117-
CMYK00.350.540
HSL20.87º100%72.94%-
HSV(B)20.87º54.12%100%-
XYZ57.9149.4523.32-
YUV186.4488.82176.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 117 (46.09% from 255) = 21.79%
R=47.49%
G=30.73%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516511700.350.54020.8710072.94
HexFFA575023360156449
Octal37724516504366025144111
Binary11111111101001011110101010001111011001010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA575; }

 p { color: rgb(255,165,117); }

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

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

 a { background-color: rgb(255,165,117); }

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

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

 span { border-color: rgb(255,165,117); }

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