Shades of Hit Pink #FFA274
Tints of Hit Pink #FFA274
RGB
CMYK
RGB Variations
Color information
#FFA274 (or 0xFFA274) is known color: Hit Pink. HEX triplet: FF, A2 and 74. RGB value is (255,162,116). Sum of RGB (Red+Green+Blue) = 255+162+116=533 (70% of max value = 765). Red value is 255 (100% from 255 or 47.84% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA274 is #005D8B. Grayscale: #B8B8B8. Windows color (decimal): -23948 or 7643903. OLE color: 7643903.
HSL color Cylindrical-coordinate representation of color #FFA274: hue angle of 19.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA274 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 162 | 116 | - |
| CMYK | 0 | 0.36 | 0.55 | 0 |
| HSL | 19.86º | 1% | 0.73% | - |
| HSV(B) | 19.86º | 0.55% | 1% | - |
| XYZ | 57.31 | 48.36 | 22.84 | - |
| YUV | 184.56 | 89.31 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 162 | 116 | 0 | 0.36 | 0.55 | 0 | 19.86 | 1 | 0.73 |
| Hex | FF | A2 | 74 | 0 | 24 | 37 | 0 | 14 | 64 | 49 |
| Octal | 377 | 242 | 164 | 0 | 44 | 67 | 0 | 24 | 144 | 111 |
| Binary | 11111111 | 10100010 | 1110100 | 0 | 100100 | 110111 | 0 | 10100 | 1100100 | 1001001 |
Color Harmonies of #FFA274
Complementary color
Monochromatic Colors of #FFA274
Black with #FFA274
Text Example
Text Example
White with #FFA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA274; }
p { color: rgb(255,162,116); }
H1.HeaderClassName
{
color: #FFA274;
}
.AnyTagClassName
{
color: #FFA274;
}
</style>
background-color css
<style>
a { background-color: #FFA274; }
a { background-color: rgb(255,162,116); }
div.DivClassName
{
background-color: #FFA274;
}
.BgClassName
{
background-color: #FFA274;
}
</style>
border-color css
<style>
span { border-color: #FFA274; }
span { border-color: rgb(255,162,116); }
td.TdClassName
{
border-color: #FFA274;
}
.TagClassName
{
border-color: #FFA274;
}
</style>