Shades of Hit Pink #FFA872
Tints of Hit Pink #FFA872
RGB
CMYK
RGB Variations
Color information
#FFA872 (or 0xFFA872) is known color: Hit Pink. HEX triplet: FF, A8 and 72. RGB value is (255,168,114). Sum of RGB (Red+Green+Blue) = 255+168+114=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 114 (44.92% from 255 or 21.23% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA872 is #00578D. Grayscale: #BCBCBC. Windows color (decimal): -22414 or 7514367. OLE color: 7514367.
HSL color Cylindrical-coordinate representation of color #FFA872: hue angle of 22.98º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA872 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 114 | - |
| CMYK | 0 | 0.34 | 0.55 | 0 |
| HSL | 22.98º | 1% | 0.72% | - |
| HSV(B) | 22.98º | 0.55% | 1% | - |
| XYZ | 58.28 | 50.48 | 22.59 | - |
| YUV | 187.86 | 86.32 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 114 | 0 | 0.34 | 0.55 | 0 | 22.98 | 1 | 0.72 |
| Hex | FF | A8 | 72 | 0 | 22 | 37 | 0 | 17 | 64 | 48 |
| Octal | 377 | 250 | 162 | 0 | 42 | 67 | 0 | 27 | 144 | 110 |
| Binary | 11111111 | 10101000 | 1110010 | 0 | 100010 | 110111 | 0 | 10111 | 1100100 | 1001000 |
Color Harmonies of #FFA872
Complementary color
Monochromatic Colors of #FFA872
Black with #FFA872
Text Example
Text Example
White with #FFA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA872; }
p { color: rgb(255,168,114); }
H1.HeaderClassName
{
color: #FFA872;
}
.AnyTagClassName
{
color: #FFA872;
}
</style>
background-color css
<style>
a { background-color: #FFA872; }
a { background-color: rgb(255,168,114); }
div.DivClassName
{
background-color: #FFA872;
}
.BgClassName
{
background-color: #FFA872;
}
</style>
border-color css
<style>
span { border-color: #FFA872; }
span { border-color: rgb(255,168,114); }
td.TdClassName
{
border-color: #FFA872;
}
.TagClassName
{
border-color: #FFA872;
}
</style>