Shades of Hit Pink #FDA273
Tints of Hit Pink #FDA273
RGB
CMYK
RGB Variations
Color information
#FDA273 (or 0xFDA273) is known color: Hit Pink. HEX triplet: FD, A2 and 73. RGB value is (253,162,115). Sum of RGB (Red+Green+Blue) = 253+162+115=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 162 (63.67% from 255 or 30.57% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA273 is #025D8C. Grayscale: #B8B8B8. Windows color (decimal): -155021 or 7578365. OLE color: 7578365.
HSL color Cylindrical-coordinate representation of color #FDA273: 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.55%. Process color model (Four color, CMYK) of #FDA273 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 115 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.01 |
| HSL | 20.43º | 0.97% | 0.72% | - |
| HSV(B) | 20.43º | 0.55% | 0.99% | - |
| XYZ | 56.52 | 47.96 | 22.5 | - |
| YUV | 183.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 115 | 0 | 0.36 | 0.55 | 0.01 | 20.43 | 0.97 | 0.72 |
| Hex | FD | A2 | 73 | 0 | 24 | 37 | 1 | 14 | 61 | 48 |
| Octal | 375 | 242 | 163 | 0 | 44 | 67 | 1 | 24 | 141 | 110 |
| Binary | 11111101 | 10100010 | 1110011 | 0 | 100100 | 110111 | 1 | 10100 | 1100001 | 1001000 |
Color Harmonies of #FDA273
Complementary color
Monochromatic Colors of #FDA273
Black with #FDA273
Text Example
Text Example
White with #FDA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA273; }
p { color: rgb(253,162,115); }
H1.HeaderClassName
{
color: #FDA273;
}
.AnyTagClassName
{
color: #FDA273;
}
</style>
background-color css
<style>
a { background-color: #FDA273; }
a { background-color: rgb(253,162,115); }
div.DivClassName
{
background-color: #FDA273;
}
.BgClassName
{
background-color: #FDA273;
}
</style>
border-color css
<style>
span { border-color: #FDA273; }
span { border-color: rgb(253,162,115); }
td.TdClassName
{
border-color: #FDA273;
}
.TagClassName
{
border-color: #FDA273;
}
</style>