Shades of Hot Pink #FD65AD
Tints of Hot Pink #FD65AD
RGB
CMYK
RGB Variations
Color information
#FD65AD (or 0xFD65AD) is known color: Hot Pink. HEX triplet: FD, 65 and AD. RGB value is (253,101,173). Sum of RGB (Red+Green+Blue) = 253+101+173=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 101 (39.84% from 255 or 19.17% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD65AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD65AD is #029A52. Grayscale: #9A9A9A. Windows color (decimal): -170579 or 11363837. OLE color: 11363837.
HSL color Cylindrical-coordinate representation of color #FD65AD: hue angle of 331.58º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD65AD is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 173 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.01 |
| HSL | 331.58º | 0.97% | 0.69% | - |
| HSV(B) | 331.58º | 0.6% | 0.99% | - |
| XYZ | 52.7 | 33.21 | 43.17 | - |
| YUV | 154.66 | 138.36 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 173 | 0 | 0.60 | 0.32 | 0.01 | 331.58 | 0.97 | 0.69 |
| Hex | FD | 65 | AD | 0 | 3C | 20 | 1 | 14C | 61 | 45 |
| Octal | 375 | 145 | 255 | 0 | 74 | 40 | 1 | 514 | 141 | 105 |
| Binary | 11111101 | 1100101 | 10101101 | 0 | 111100 | 100000 | 1 | 101001100 | 1100001 | 1000101 |
Color Harmonies of #FD65AD
Complementary color
Monochromatic Colors of #FD65AD
Black with #FD65AD
Text Example
Text Example
White with #FD65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD65AD; }
p { color: rgb(253,101,173); }
H1.HeaderClassName
{
color: #FD65AD;
}
.AnyTagClassName
{
color: #FD65AD;
}
</style>
background-color css
<style>
a { background-color: #FD65AD; }
a { background-color: rgb(253,101,173); }
div.DivClassName
{
background-color: #FD65AD;
}
.BgClassName
{
background-color: #FD65AD;
}
</style>
border-color css
<style>
span { border-color: #FD65AD; }
span { border-color: rgb(253,101,173); }
td.TdClassName
{
border-color: #FD65AD;
}
.TagClassName
{
border-color: #FD65AD;
}
</style>