Shades of Hit Pink #FFA672
Tints of Hit Pink #FFA672
RGB
CMYK
RGB Variations
Color information
#FFA672 (or 0xFFA672) is known color: Hit Pink. HEX triplet: FF, A6 and 72. RGB value is (255,166,114). Sum of RGB (Red+Green+Blue) = 255+166+114=535 (70% of max value = 765). Red value is 255 (100% from 255 or 47.66% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA672 is #00598D. Grayscale: #BABABA. Windows color (decimal): -22926 or 7513855. OLE color: 7513855.
HSL color Cylindrical-coordinate representation of color #FFA672: hue angle of 22.13º 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 #FFA672 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 114 | - |
| CMYK | 0 | 0.35 | 0.55 | 0 |
| HSL | 22.13º | 1% | 0.72% | - |
| HSV(B) | 22.13º | 0.55% | 1% | - |
| XYZ | 57.91 | 49.75 | 22.47 | - |
| YUV | 186.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 114 | 0 | 0.35 | 0.55 | 0 | 22.13 | 1 | 0.72 |
| Hex | FF | A6 | 72 | 0 | 23 | 37 | 0 | 16 | 64 | 48 |
| Octal | 377 | 246 | 162 | 0 | 43 | 67 | 0 | 26 | 144 | 110 |
| Binary | 11111111 | 10100110 | 1110010 | 0 | 100011 | 110111 | 0 | 10110 | 1100100 | 1001000 |
Color Harmonies of #FFA672
Complementary color
Monochromatic Colors of #FFA672
Black with #FFA672
Text Example
Text Example
White with #FFA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA672; }
p { color: rgb(255,166,114); }
H1.HeaderClassName
{
color: #FFA672;
}
.AnyTagClassName
{
color: #FFA672;
}
</style>
background-color css
<style>
a { background-color: #FFA672; }
a { background-color: rgb(255,166,114); }
div.DivClassName
{
background-color: #FFA672;
}
.BgClassName
{
background-color: #FFA672;
}
</style>
border-color css
<style>
span { border-color: #FFA672; }
span { border-color: rgb(255,166,114); }
td.TdClassName
{
border-color: #FFA672;
}
.TagClassName
{
border-color: #FFA672;
}
</style>