Shades of Hot Pink #FD68A6
Tints of Hot Pink #FD68A6
RGB
CMYK
RGB Variations
Color information
#FD68A6 (or 0xFD68A6) is known color: Hot Pink. HEX triplet: FD, 68 and A6. RGB value is (253,104,166). Sum of RGB (Red+Green+Blue) = 253+104+166=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD68A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD68A6 is #029759. Grayscale: #9B9B9B. Windows color (decimal): -169818 or 10905853. OLE color: 10905853.
HSL color Cylindrical-coordinate representation of color #FD68A6: hue angle of 335.03º 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 #FD68A6 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 166 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.01 |
| HSL | 335.03º | 0.97% | 0.7% | - |
| HSV(B) | 335.03º | 0.59% | 0.99% | - |
| XYZ | 52.34 | 33.54 | 39.79 | - |
| YUV | 155.62 | 133.86 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 166 | 0 | 0.59 | 0.34 | 0.01 | 335.03 | 0.97 | 0.7 |
| Hex | FD | 68 | A6 | 0 | 3B | 22 | 1 | 14F | 61 | 46 |
| Octal | 375 | 150 | 246 | 0 | 73 | 42 | 1 | 517 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10100110 | 0 | 111011 | 100010 | 1 | 101001111 | 1100001 | 1000110 |
Color Harmonies of #FD68A6
Complementary color
Monochromatic Colors of #FD68A6
Black with #FD68A6
Text Example
Text Example
White with #FD68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD68A6; }
p { color: rgb(253,104,166); }
H1.HeaderClassName
{
color: #FD68A6;
}
.AnyTagClassName
{
color: #FD68A6;
}
</style>
background-color css
<style>
a { background-color: #FD68A6; }
a { background-color: rgb(253,104,166); }
div.DivClassName
{
background-color: #FD68A6;
}
.BgClassName
{
background-color: #FD68A6;
}
</style>
border-color css
<style>
span { border-color: #FD68A6; }
span { border-color: rgb(253,104,166); }
td.TdClassName
{
border-color: #FD68A6;
}
.TagClassName
{
border-color: #FD68A6;
}
</style>