Shades of Hit Pink #FDA569
Tints of Hit Pink #FDA569
RGB
CMYK
RGB Variations
Color information
#FDA569 (or 0xFDA569) is known color: Hit Pink. HEX triplet: FD, A5 and 69. RGB value is (253,165,105). Sum of RGB (Red+Green+Blue) = 253+165+105=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 165 (64.84% from 255 or 31.55% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA569 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA569 is #025A96. Grayscale: #B8B8B8. Windows color (decimal): -154263 or 6923773. OLE color: 6923773.
HSL color Cylindrical-coordinate representation of color #FDA569: hue angle of 24.32º 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 #FDA569 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 105 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.01 |
| HSL | 24.32º | 0.97% | 0.7% | - |
| HSV(B) | 24.32º | 0.58% | 0.99% | - |
| XYZ | 56.51 | 48.81 | 19.81 | - |
| YUV | 184.47 | 83.15 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 105 | 0 | 0.35 | 0.58 | 0.01 | 24.32 | 0.97 | 0.7 |
| Hex | FD | A5 | 69 | 0 | 23 | 3A | 1 | 18 | 61 | 46 |
| Octal | 375 | 245 | 151 | 0 | 43 | 72 | 1 | 30 | 141 | 106 |
| Binary | 11111101 | 10100101 | 1101001 | 0 | 100011 | 111010 | 1 | 11000 | 1100001 | 1000110 |
Color Harmonies of #FDA569
Complementary color
Monochromatic Colors of #FDA569
Black with #FDA569
Text Example
Text Example
White with #FDA569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA569; }
p { color: rgb(253,165,105); }
H1.HeaderClassName
{
color: #FDA569;
}
.AnyTagClassName
{
color: #FDA569;
}
</style>
background-color css
<style>
a { background-color: #FDA569; }
a { background-color: rgb(253,165,105); }
div.DivClassName
{
background-color: #FDA569;
}
.BgClassName
{
background-color: #FDA569;
}
</style>
border-color css
<style>
span { border-color: #FDA569; }
span { border-color: rgb(253,165,105); }
td.TdClassName
{
border-color: #FDA569;
}
.TagClassName
{
border-color: #FDA569;
}
</style>