Shades of Hit Pink #FFA270
Tints of Hit Pink #FFA270
RGB
CMYK
RGB Variations
Color information
#FFA270 (or 0xFFA270) is known color: Hit Pink. HEX triplet: FF, A2 and 70. RGB value is (255,162,112). Sum of RGB (Red+Green+Blue) = 255+162+112=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA270 is #005D8F. Grayscale: #B8B8B8. Windows color (decimal): -23952 or 7381759. OLE color: 7381759.
HSL color Cylindrical-coordinate representation of color #FFA270: hue angle of 20.98º 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 #FFA270 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 112 | - |
| CMYK | 0 | 0.36 | 0.56 | 0 |
| HSL | 20.98º | 1% | 0.72% | - |
| HSV(B) | 20.98º | 0.56% | 1% | - |
| XYZ | 57.08 | 48.27 | 21.64 | - |
| YUV | 184.11 | 87.31 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 112 | 0 | 0.36 | 0.56 | 0 | 20.98 | 1 | 0.72 |
| Hex | FF | A2 | 70 | 0 | 24 | 38 | 0 | 15 | 64 | 48 |
| Octal | 377 | 242 | 160 | 0 | 44 | 70 | 0 | 25 | 144 | 110 |
| Binary | 11111111 | 10100010 | 1110000 | 0 | 100100 | 111000 | 0 | 10101 | 1100100 | 1001000 |
Color Harmonies of #FFA270
Complementary color
Monochromatic Colors of #FFA270
Black with #FFA270
Text Example
Text Example
White with #FFA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA270; }
p { color: rgb(255,162,112); }
H1.HeaderClassName
{
color: #FFA270;
}
.AnyTagClassName
{
color: #FFA270;
}
</style>
background-color css
<style>
a { background-color: #FFA270; }
a { background-color: rgb(255,162,112); }
div.DivClassName
{
background-color: #FFA270;
}
.BgClassName
{
background-color: #FFA270;
}
</style>
border-color css
<style>
span { border-color: #FFA270; }
span { border-color: rgb(255,162,112); }
td.TdClassName
{
border-color: #FFA270;
}
.TagClassName
{
border-color: #FFA270;
}
</style>