Shades of Hit Pink #FDA372
Tints of Hit Pink #FDA372
RGB
CMYK
RGB Variations
Color information
#FDA372 (or 0xFDA372) is known color: Hit Pink. HEX triplet: FD, A3 and 72. RGB value is (253,163,114). Sum of RGB (Red+Green+Blue) = 253+163+114=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA372 is #025C8D. Grayscale: #B8B8B8. Windows color (decimal): -154766 or 7513085. OLE color: 7513085.
HSL color Cylindrical-coordinate representation of color #FDA372: hue angle of 21.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDA372 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 114 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.01 |
| HSL | 21.15º | 0.97% | 0.72% | - |
| HSV(B) | 21.15º | 0.55% | 0.99% | - |
| XYZ | 56.64 | 48.29 | 22.26 | - |
| YUV | 184.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 114 | 0 | 0.36 | 0.55 | 0.01 | 21.15 | 0.97 | 0.72 |
| Hex | FD | A3 | 72 | 0 | 24 | 37 | 1 | 15 | 61 | 48 |
| Octal | 375 | 243 | 162 | 0 | 44 | 67 | 1 | 25 | 141 | 110 |
| Binary | 11111101 | 10100011 | 1110010 | 0 | 100100 | 110111 | 1 | 10101 | 1100001 | 1001000 |
Color Harmonies of #FDA372
Complementary color
Monochromatic Colors of #FDA372
Black with #FDA372
Text Example
Text Example
White with #FDA372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA372; }
p { color: rgb(253,163,114); }
H1.HeaderClassName
{
color: #FDA372;
}
.AnyTagClassName
{
color: #FDA372;
}
</style>
background-color css
<style>
a { background-color: #FDA372; }
a { background-color: rgb(253,163,114); }
div.DivClassName
{
background-color: #FDA372;
}
.BgClassName
{
background-color: #FDA372;
}
</style>
border-color css
<style>
span { border-color: #FDA372; }
span { border-color: rgb(253,163,114); }
td.TdClassName
{
border-color: #FDA372;
}
.TagClassName
{
border-color: #FDA372;
}
</style>