Shades of Hit Pink #FDA274
Tints of Hit Pink #FDA274
RGB
CMYK
RGB Variations
Color information
#FDA274 (or 0xFDA274) is known color: Hit Pink. HEX triplet: FD, A2 and 74. RGB value is (253,162,116). Sum of RGB (Red+Green+Blue) = 253+162+116=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA274 is #025D8B. Grayscale: #B8B8B8. Windows color (decimal): -155020 or 7643901. OLE color: 7643901.
HSL color Cylindrical-coordinate representation of color #FDA274: hue angle of 20.15º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDA274 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 116 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.01 |
| HSL | 20.15º | 0.97% | 0.72% | - |
| HSV(B) | 20.15º | 0.54% | 0.99% | - |
| XYZ | 56.58 | 47.98 | 22.8 | - |
| YUV | 183.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 116 | 0 | 0.36 | 0.54 | 0.01 | 20.15 | 0.97 | 0.72 |
| Hex | FD | A2 | 74 | 0 | 24 | 36 | 1 | 14 | 61 | 48 |
| Octal | 375 | 242 | 164 | 0 | 44 | 66 | 1 | 24 | 141 | 110 |
| Binary | 11111101 | 10100010 | 1110100 | 0 | 100100 | 110110 | 1 | 10100 | 1100001 | 1001000 |
Color Harmonies of #FDA274
Complementary color
Monochromatic Colors of #FDA274
Black with #FDA274
Text Example
Text Example
White with #FDA274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA274; }
p { color: rgb(253,162,116); }
H1.HeaderClassName
{
color: #FDA274;
}
.AnyTagClassName
{
color: #FDA274;
}
</style>
background-color css
<style>
a { background-color: #FDA274; }
a { background-color: rgb(253,162,116); }
div.DivClassName
{
background-color: #FDA274;
}
.BgClassName
{
background-color: #FDA274;
}
</style>
border-color css
<style>
span { border-color: #FDA274; }
span { border-color: rgb(253,162,116); }
td.TdClassName
{
border-color: #FDA274;
}
.TagClassName
{
border-color: #FDA274;
}
</style>