Shades of Hit Pink #FFA468
Tints of Hit Pink #FFA468
RGB
CMYK
RGB Variations
Color information
#FFA468 (or 0xFFA468) is known color: Hit Pink. HEX triplet: FF, A4 and 68. RGB value is (255,164,104). Sum of RGB (Red+Green+Blue) = 255+164+104=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 164 (64.45% from 255 or 31.36% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA468 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA468 is #005B97. Grayscale: #B8B8B8. Windows color (decimal): -23448 or 6857983. OLE color: 6857983.
HSL color Cylindrical-coordinate representation of color #FFA468: hue angle of 23.84º 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 #FFA468 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 104 | - |
| CMYK | 0 | 0.36 | 0.59 | 0 |
| HSL | 23.84º | 1% | 0.7% | - |
| HSV(B) | 23.84º | 0.59% | 1% | - |
| XYZ | 57.01 | 48.81 | 19.51 | - |
| YUV | 184.37 | 82.65 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 104 | 0 | 0.36 | 0.59 | 0 | 23.84 | 1 | 0.7 |
| Hex | FF | A4 | 68 | 0 | 24 | 3B | 0 | 18 | 64 | 46 |
| Octal | 377 | 244 | 150 | 0 | 44 | 73 | 0 | 30 | 144 | 106 |
| Binary | 11111111 | 10100100 | 1101000 | 0 | 100100 | 111011 | 0 | 11000 | 1100100 | 1000110 |
Color Harmonies of #FFA468
Complementary color
Monochromatic Colors of #FFA468
Black with #FFA468
Text Example
Text Example
White with #FFA468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA468; }
p { color: rgb(255,164,104); }
H1.HeaderClassName
{
color: #FFA468;
}
.AnyTagClassName
{
color: #FFA468;
}
</style>
background-color css
<style>
a { background-color: #FFA468; }
a { background-color: rgb(255,164,104); }
div.DivClassName
{
background-color: #FFA468;
}
.BgClassName
{
background-color: #FFA468;
}
</style>
border-color css
<style>
span { border-color: #FFA468; }
span { border-color: rgb(255,164,104); }
td.TdClassName
{
border-color: #FFA468;
}
.TagClassName
{
border-color: #FFA468;
}
</style>