Shades of Hit Pink #FDA879
Tints of Hit Pink #FDA879
RGB
CMYK
RGB Variations
Color information
#FDA879 (or 0xFDA879) is known color: Hit Pink. HEX triplet: FD, A8 and 79. RGB value is (253,168,121). Sum of RGB (Red+Green+Blue) = 253+168+121=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA879 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA879 is #025786. Grayscale: #BCBCBC. Windows color (decimal): -153479 or 7973117. OLE color: 7973117.
HSL color Cylindrical-coordinate representation of color #FDA879: hue angle of 21.36º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FDA879 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 121 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.01 |
| HSL | 21.36º | 0.97% | 0.73% | - |
| HSV(B) | 21.36º | 0.52% | 0.99% | - |
| XYZ | 57.96 | 50.27 | 24.74 | - |
| YUV | 188.06 | 90.16 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 121 | 0 | 0.34 | 0.52 | 0.01 | 21.36 | 0.97 | 0.73 |
| Hex | FD | A8 | 79 | 0 | 22 | 34 | 1 | 15 | 61 | 49 |
| Octal | 375 | 250 | 171 | 0 | 42 | 64 | 1 | 25 | 141 | 111 |
| Binary | 11111101 | 10101000 | 1111001 | 0 | 100010 | 110100 | 1 | 10101 | 1100001 | 1001001 |
Color Harmonies of #FDA879
Complementary color
Monochromatic Colors of #FDA879
Black with #FDA879
Text Example
Text Example
White with #FDA879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA879; }
p { color: rgb(253,168,121); }
H1.HeaderClassName
{
color: #FDA879;
}
.AnyTagClassName
{
color: #FDA879;
}
</style>
background-color css
<style>
a { background-color: #FDA879; }
a { background-color: rgb(253,168,121); }
div.DivClassName
{
background-color: #FDA879;
}
.BgClassName
{
background-color: #FDA879;
}
</style>
border-color css
<style>
span { border-color: #FDA879; }
span { border-color: rgb(253,168,121); }
td.TdClassName
{
border-color: #FDA879;
}
.TagClassName
{
border-color: #FDA879;
}
</style>