Shades of Hot Pink #FD68A9
Tints of Hot Pink #FD68A9
RGB
CMYK
RGB Variations
Color information
#FD68A9 (or 0xFD68A9) is known color: Hot Pink. HEX triplet: FD, 68 and A9. RGB value is (253,104,169). Sum of RGB (Red+Green+Blue) = 253+104+169=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68A9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD68A9 is #029756. Grayscale: #9B9B9B. Windows color (decimal): -169815 or 11102461. OLE color: 11102461.
HSL color Cylindrical-coordinate representation of color #FD68A9: hue angle of 333.83º 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 #FD68A9 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 169 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.01 |
| HSL | 333.83º | 0.97% | 0.7% | - |
| HSV(B) | 333.83º | 0.59% | 0.99% | - |
| XYZ | 52.62 | 33.65 | 41.26 | - |
| YUV | 155.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 169 | 0 | 0.59 | 0.33 | 0.01 | 333.83 | 0.97 | 0.7 |
| Hex | FD | 68 | A9 | 0 | 3B | 21 | 1 | 14E | 61 | 46 |
| Octal | 375 | 150 | 251 | 0 | 73 | 41 | 1 | 516 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10101001 | 0 | 111011 | 100001 | 1 | 101001110 | 1100001 | 1000110 |
Color Harmonies of #FD68A9
Complementary color
Monochromatic Colors of #FD68A9
Black with #FD68A9
Text Example
Text Example
White with #FD68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68A9; }
p { color: rgb(253,104,169); }
H1.HeaderClassName
{
color: #FD68A9;
}
.AnyTagClassName
{
color: #FD68A9;
}
</style>
background-color css
<style>
a { background-color: #FD68A9; }
a { background-color: rgb(253,104,169); }
div.DivClassName
{
background-color: #FD68A9;
}
.BgClassName
{
background-color: #FD68A9;
}
</style>
border-color css
<style>
span { border-color: #FD68A9; }
span { border-color: rgb(253,104,169); }
td.TdClassName
{
border-color: #FD68A9;
}
.TagClassName
{
border-color: #FD68A9;
}
</style>