Shades of Hit Pink #FDA474
Tints of Hit Pink #FDA474
RGB
CMYK
RGB Variations
Color information
#FDA474 (or 0xFDA474) is known color: Hit Pink. HEX triplet: FD, A4 and 74. RGB value is (253,164,116). Sum of RGB (Red+Green+Blue) = 253+164+116=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA474 is #025B8B. Grayscale: #B9B9B9. Windows color (decimal): -154508 or 7644413. OLE color: 7644413.
HSL color Cylindrical-coordinate representation of color #FDA474: hue angle of 21.02º 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 #FDA474 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 116 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.01 |
| HSL | 21.02º | 0.97% | 0.72% | - |
| HSV(B) | 21.02º | 0.54% | 0.99% | - |
| XYZ | 56.94 | 48.69 | 22.92 | - |
| YUV | 185.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 116 | 0 | 0.35 | 0.54 | 0.01 | 21.02 | 0.97 | 0.72 |
| Hex | FD | A4 | 74 | 0 | 23 | 36 | 1 | 15 | 61 | 48 |
| Octal | 375 | 244 | 164 | 0 | 43 | 66 | 1 | 25 | 141 | 110 |
| Binary | 11111101 | 10100100 | 1110100 | 0 | 100011 | 110110 | 1 | 10101 | 1100001 | 1001000 |
Color Harmonies of #FDA474
Complementary color
Monochromatic Colors of #FDA474
Black with #FDA474
Text Example
Text Example
White with #FDA474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA474; }
p { color: rgb(253,164,116); }
H1.HeaderClassName
{
color: #FDA474;
}
.AnyTagClassName
{
color: #FDA474;
}
</style>
background-color css
<style>
a { background-color: #FDA474; }
a { background-color: rgb(253,164,116); }
div.DivClassName
{
background-color: #FDA474;
}
.BgClassName
{
background-color: #FDA474;
}
</style>
border-color css
<style>
span { border-color: #FDA474; }
span { border-color: rgb(253,164,116); }
td.TdClassName
{
border-color: #FDA474;
}
.TagClassName
{
border-color: #FDA474;
}
</style>