Shades of Hit Pink #FDA06A
Tints of Hit Pink #FDA06A
RGB
CMYK
RGB Variations
Color information
#FDA06A (or 0xFDA06A) is known color: Hit Pink. HEX triplet: FD, A0 and 6A. RGB value is (253,160,106). Sum of RGB (Red+Green+Blue) = 253+160+106=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA06A is #025F95. Grayscale: #B5B5B5. Windows color (decimal): -155542 or 6988029. OLE color: 6988029.
HSL color Cylindrical-coordinate representation of color #FDA06A: hue angle of 22.04º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FDA06A is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 106 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.01 |
| HSL | 22.04º | 0.97% | 0.7% | - |
| HSV(B) | 22.04º | 0.58% | 0.99% | - |
| XYZ | 55.68 | 47.06 | 19.79 | - |
| YUV | 181.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 106 | 0 | 0.37 | 0.58 | 0.01 | 22.04 | 0.97 | 0.7 |
| Hex | FD | A0 | 6A | 0 | 25 | 3A | 1 | 16 | 61 | 46 |
| Octal | 375 | 240 | 152 | 0 | 45 | 72 | 1 | 26 | 141 | 106 |
| Binary | 11111101 | 10100000 | 1101010 | 0 | 100101 | 111010 | 1 | 10110 | 1100001 | 1000110 |
Color Harmonies of #FDA06A
Complementary color
Monochromatic Colors of #FDA06A
Black with #FDA06A
Text Example
Text Example
White with #FDA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA06A; }
p { color: rgb(253,160,106); }
H1.HeaderClassName
{
color: #FDA06A;
}
.AnyTagClassName
{
color: #FDA06A;
}
</style>
background-color css
<style>
a { background-color: #FDA06A; }
a { background-color: rgb(253,160,106); }
div.DivClassName
{
background-color: #FDA06A;
}
.BgClassName
{
background-color: #FDA06A;
}
</style>
border-color css
<style>
span { border-color: #FDA06A; }
span { border-color: rgb(253,160,106); }
td.TdClassName
{
border-color: #FDA06A;
}
.TagClassName
{
border-color: #FDA06A;
}
</style>