Shades of Hit Pink #FFA267
Tints of Hit Pink #FFA267
RGB
CMYK
RGB Variations
Color information
#FFA267 (or 0xFFA267) is known color: Hit Pink. HEX triplet: FF, A2 and 67. RGB value is (255,162,103). Sum of RGB (Red+Green+Blue) = 255+162+103=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA267 is #005D98. Grayscale: #B7B7B7. Windows color (decimal): -23961 or 6791935. OLE color: 6791935.
HSL color Cylindrical-coordinate representation of color #FFA267: hue angle of 23.29º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA267 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 103 | - |
| CMYK | 0 | 0.36 | 0.60 | 0 |
| HSL | 23.29º | 1% | 0.7% | - |
| HSV(B) | 23.29º | 0.6% | 1% | - |
| XYZ | 56.61 | 48.08 | 19.13 | - |
| YUV | 183.08 | 82.81 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 103 | 0 | 0.36 | 0.60 | 0 | 23.29 | 1 | 0.7 |
| Hex | FF | A2 | 67 | 0 | 24 | 3C | 0 | 17 | 64 | 46 |
| Octal | 377 | 242 | 147 | 0 | 44 | 74 | 0 | 27 | 144 | 106 |
| Binary | 11111111 | 10100010 | 1100111 | 0 | 100100 | 111100 | 0 | 10111 | 1100100 | 1000110 |
Color Harmonies of #FFA267
Complementary color
Monochromatic Colors of #FFA267
Black with #FFA267
Text Example
Text Example
White with #FFA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA267; }
p { color: rgb(255,162,103); }
H1.HeaderClassName
{
color: #FFA267;
}
.AnyTagClassName
{
color: #FFA267;
}
</style>
background-color css
<style>
a { background-color: #FFA267; }
a { background-color: rgb(255,162,103); }
div.DivClassName
{
background-color: #FFA267;
}
.BgClassName
{
background-color: #FFA267;
}
</style>
border-color css
<style>
span { border-color: #FFA267; }
span { border-color: rgb(255,162,103); }
td.TdClassName
{
border-color: #FFA267;
}
.TagClassName
{
border-color: #FFA267;
}
</style>