Shades of Hit Pink #FFA271
Tints of Hit Pink #FFA271
RGB
CMYK
RGB Variations
Color information
#FFA271 (or 0xFFA271) is known color: Hit Pink. HEX triplet: FF, A2 and 71. RGB value is (255,162,113). Sum of RGB (Red+Green+Blue) = 255+162+113=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA271 is #005D8E. Grayscale: #B8B8B8. Windows color (decimal): -23951 or 7447295. OLE color: 7447295.
HSL color Cylindrical-coordinate representation of color #FFA271: hue angle of 20.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FFA271 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 113 | - |
| CMYK | 0 | 0.36 | 0.56 | 0 |
| HSL | 20.7º | 1% | 0.72% | - |
| HSV(B) | 20.7º | 0.56% | 1% | - |
| XYZ | 57.14 | 48.29 | 21.93 | - |
| YUV | 184.22 | 87.81 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 113 | 0 | 0.36 | 0.56 | 0 | 20.7 | 1 | 0.72 |
| Hex | FF | A2 | 71 | 0 | 24 | 38 | 0 | 15 | 64 | 48 |
| Octal | 377 | 242 | 161 | 0 | 44 | 70 | 0 | 25 | 144 | 110 |
| Binary | 11111111 | 10100010 | 1110001 | 0 | 100100 | 111000 | 0 | 10101 | 1100100 | 1001000 |
Color Harmonies of #FFA271
Complementary color
Monochromatic Colors of #FFA271
Black with #FFA271
Text Example
Text Example
White with #FFA271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA271; }
p { color: rgb(255,162,113); }
H1.HeaderClassName
{
color: #FFA271;
}
.AnyTagClassName
{
color: #FFA271;
}
</style>
background-color css
<style>
a { background-color: #FFA271; }
a { background-color: rgb(255,162,113); }
div.DivClassName
{
background-color: #FFA271;
}
.BgClassName
{
background-color: #FFA271;
}
</style>
border-color css
<style>
span { border-color: #FFA271; }
span { border-color: rgb(255,162,113); }
td.TdClassName
{
border-color: #FFA271;
}
.TagClassName
{
border-color: #FFA271;
}
</style>