Shades of Hit Pink #FDA070
Tints of Hit Pink #FDA070
RGB
CMYK
RGB Variations
Color information
#FDA070 (or 0xFDA070) is known color: Hit Pink. HEX triplet: FD, A0 and 70. RGB value is (253,160,112). Sum of RGB (Red+Green+Blue) = 253+160+112=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA070 is #025F8F. Grayscale: #B6B6B6. Windows color (decimal): -155536 or 7381245. OLE color: 7381245.
HSL color Cylindrical-coordinate representation of color #FDA070: hue angle of 20.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDA070 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 112 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.01 |
| HSL | 20.43º | 0.97% | 0.72% | - |
| HSV(B) | 20.43º | 0.56% | 0.99% | - |
| XYZ | 56 | 47.19 | 21.49 | - |
| YUV | 182.34 | 88.31 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 112 | 0 | 0.37 | 0.56 | 0.01 | 20.43 | 0.97 | 0.72 |
| Hex | FD | A0 | 70 | 0 | 25 | 38 | 1 | 14 | 61 | 48 |
| Octal | 375 | 240 | 160 | 0 | 45 | 70 | 1 | 24 | 141 | 110 |
| Binary | 11111101 | 10100000 | 1110000 | 0 | 100101 | 111000 | 1 | 10100 | 1100001 | 1001000 |
Color Harmonies of #FDA070
Complementary color
Monochromatic Colors of #FDA070
Black with #FDA070
Text Example
Text Example
White with #FDA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA070; }
p { color: rgb(253,160,112); }
H1.HeaderClassName
{
color: #FDA070;
}
.AnyTagClassName
{
color: #FDA070;
}
</style>
background-color css
<style>
a { background-color: #FDA070; }
a { background-color: rgb(253,160,112); }
div.DivClassName
{
background-color: #FDA070;
}
.BgClassName
{
background-color: #FDA070;
}
</style>
border-color css
<style>
span { border-color: #FDA070; }
span { border-color: rgb(253,160,112); }
td.TdClassName
{
border-color: #FDA070;
}
.TagClassName
{
border-color: #FDA070;
}
</style>