Shades of Hit Pink #FFA568
Tints of Hit Pink #FFA568
RGB
CMYK
RGB Variations
Color information
#FFA568 (or 0xFFA568) is known color: Hit Pink. HEX triplet: FF, A5 and 68. RGB value is (255,165,104). Sum of RGB (Red+Green+Blue) = 255+165+104=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 165 (64.84% from 255 or 31.49% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA568 is #005A97. Grayscale: #B9B9B9. Windows color (decimal): -23192 or 6858239. OLE color: 6858239.
HSL color Cylindrical-coordinate representation of color #FFA568: hue angle of 24.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFA568 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 104 | - |
| CMYK | 0 | 0.35 | 0.59 | 0 |
| HSL | 24.24º | 1% | 0.7% | - |
| HSV(B) | 24.24º | 0.59% | 1% | - |
| XYZ | 57.19 | 49.17 | 19.57 | - |
| YUV | 184.96 | 82.32 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 104 | 0 | 0.35 | 0.59 | 0 | 24.24 | 1 | 0.7 |
| Hex | FF | A5 | 68 | 0 | 23 | 3B | 0 | 18 | 64 | 46 |
| Octal | 377 | 245 | 150 | 0 | 43 | 73 | 0 | 30 | 144 | 106 |
| Binary | 11111111 | 10100101 | 1101000 | 0 | 100011 | 111011 | 0 | 11000 | 1100100 | 1000110 |
Color Harmonies of #FFA568
Complementary color
Monochromatic Colors of #FFA568
Black with #FFA568
Text Example
Text Example
White with #FFA568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA568; }
p { color: rgb(255,165,104); }
H1.HeaderClassName
{
color: #FFA568;
}
.AnyTagClassName
{
color: #FFA568;
}
</style>
background-color css
<style>
a { background-color: #FFA568; }
a { background-color: rgb(255,165,104); }
div.DivClassName
{
background-color: #FFA568;
}
.BgClassName
{
background-color: #FFA568;
}
</style>
border-color css
<style>
span { border-color: #FFA568; }
span { border-color: rgb(255,165,104); }
td.TdClassName
{
border-color: #FFA568;
}
.TagClassName
{
border-color: #FFA568;
}
</style>