Shades of Hit Pink #FDA270
Tints of Hit Pink #FDA270
RGB
CMYK
RGB Variations
Color information
#FDA270 (or 0xFDA270) is known color: Hit Pink. HEX triplet: FD, A2 and 70. RGB value is (253,162,112). Sum of RGB (Red+Green+Blue) = 253+162+112=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA270 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA270 is #025D8F. Grayscale: #B7B7B7. Windows color (decimal): -155024 or 7381757. OLE color: 7381757.
HSL color Cylindrical-coordinate representation of color #FDA270: hue angle of 21.28º 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 #FDA270 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 112 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.01 |
| HSL | 21.28º | 0.97% | 0.72% | - |
| HSV(B) | 21.28º | 0.56% | 0.99% | - |
| XYZ | 56.35 | 47.89 | 21.6 | - |
| YUV | 183.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 112 | 0 | 0.36 | 0.56 | 0.01 | 21.28 | 0.97 | 0.72 |
| Hex | FD | A2 | 70 | 0 | 24 | 38 | 1 | 15 | 61 | 48 |
| Octal | 375 | 242 | 160 | 0 | 44 | 70 | 1 | 25 | 141 | 110 |
| Binary | 11111101 | 10100010 | 1110000 | 0 | 100100 | 111000 | 1 | 10101 | 1100001 | 1001000 |
Color Harmonies of #FDA270
Complementary color
Monochromatic Colors of #FDA270
Black with #FDA270
Text Example
Text Example
White with #FDA270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA270; }
p { color: rgb(253,162,112); }
H1.HeaderClassName
{
color: #FDA270;
}
.AnyTagClassName
{
color: #FDA270;
}
</style>
background-color css
<style>
a { background-color: #FDA270; }
a { background-color: rgb(253,162,112); }
div.DivClassName
{
background-color: #FDA270;
}
.BgClassName
{
background-color: #FDA270;
}
</style>
border-color css
<style>
span { border-color: #FDA270; }
span { border-color: rgb(253,162,112); }
td.TdClassName
{
border-color: #FDA270;
}
.TagClassName
{
border-color: #FDA270;
}
</style>