Shades of Hit Pink #FDA074
Tints of Hit Pink #FDA074
RGB
CMYK
RGB Variations
Color information
#FDA074 (or 0xFDA074) is known color: Hit Pink. HEX triplet: FD, A0 and 74. RGB value is (253,160,116). Sum of RGB (Red+Green+Blue) = 253+160+116=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA074 is #025F8B. Grayscale: #B7B7B7. Windows color (decimal): -155532 or 7643389. OLE color: 7643389.
HSL color Cylindrical-coordinate representation of color #FDA074: hue angle of 19.27º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDA074 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 116 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.01 |
| HSL | 19.27º | 0.97% | 0.72% | - |
| HSV(B) | 19.27º | 0.54% | 0.99% | - |
| XYZ | 56.23 | 47.29 | 22.69 | - |
| YUV | 182.79 | 90.31 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 116 | 0 | 0.37 | 0.54 | 0.01 | 19.27 | 0.97 | 0.72 |
| Hex | FD | A0 | 74 | 0 | 25 | 36 | 1 | 13 | 61 | 48 |
| Octal | 375 | 240 | 164 | 0 | 45 | 66 | 1 | 23 | 141 | 110 |
| Binary | 11111101 | 10100000 | 1110100 | 0 | 100101 | 110110 | 1 | 10011 | 1100001 | 1001000 |
Color Harmonies of #FDA074
Complementary color
Monochromatic Colors of #FDA074
Black with #FDA074
Text Example
Text Example
White with #FDA074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA074; }
p { color: rgb(253,160,116); }
H1.HeaderClassName
{
color: #FDA074;
}
.AnyTagClassName
{
color: #FDA074;
}
</style>
background-color css
<style>
a { background-color: #FDA074; }
a { background-color: rgb(253,160,116); }
div.DivClassName
{
background-color: #FDA074;
}
.BgClassName
{
background-color: #FDA074;
}
</style>
border-color css
<style>
span { border-color: #FDA074; }
span { border-color: rgb(253,160,116); }
td.TdClassName
{
border-color: #FDA074;
}
.TagClassName
{
border-color: #FDA074;
}
</style>