Shades of Hot Pink #FD68AD
Tints of Hot Pink #FD68AD
RGB
CMYK
RGB Variations
Color information
#FD68AD (or 0xFD68AD) is known color: Hot Pink. HEX triplet: FD, 68 and AD. RGB value is (253,104,173). Sum of RGB (Red+Green+Blue) = 253+104+173=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD68AD is #029752. Grayscale: #9C9C9C. Windows color (decimal): -169811 or 11364605. OLE color: 11364605.
HSL color Cylindrical-coordinate representation of color #FD68AD: hue angle of 332.21º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD68AD is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 173 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.01 |
| HSL | 332.21º | 0.97% | 0.7% | - |
| HSV(B) | 332.21º | 0.59% | 0.99% | - |
| XYZ | 53 | 33.8 | 43.27 | - |
| YUV | 156.42 | 137.36 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 173 | 0 | 0.59 | 0.32 | 0.01 | 332.21 | 0.97 | 0.7 |
| Hex | FD | 68 | AD | 0 | 3B | 20 | 1 | 14C | 61 | 46 |
| Octal | 375 | 150 | 255 | 0 | 73 | 40 | 1 | 514 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10101101 | 0 | 111011 | 100000 | 1 | 101001100 | 1100001 | 1000110 |
Color Harmonies of #FD68AD
Complementary color
Monochromatic Colors of #FD68AD
Black with #FD68AD
Text Example
Text Example
White with #FD68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68AD; }
p { color: rgb(253,104,173); }
H1.HeaderClassName
{
color: #FD68AD;
}
.AnyTagClassName
{
color: #FD68AD;
}
</style>
background-color css
<style>
a { background-color: #FD68AD; }
a { background-color: rgb(253,104,173); }
div.DivClassName
{
background-color: #FD68AD;
}
.BgClassName
{
background-color: #FD68AD;
}
</style>
border-color css
<style>
span { border-color: #FD68AD; }
span { border-color: rgb(253,104,173); }
td.TdClassName
{
border-color: #FD68AD;
}
.TagClassName
{
border-color: #FD68AD;
}
</style>