Shades of Hot Pink #FD6BA8
Tints of Hot Pink #FD6BA8
RGB
CMYK
RGB Variations
Color information
#FD6BA8 (or 0xFD6BA8) is known color: Hot Pink. HEX triplet: FD, 6B and A8. RGB value is (253,107,168). Sum of RGB (Red+Green+Blue) = 253+107+168=528 (69% of max value = 765). Red value is 253 (99.22% from 255 or 47.92% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6BA8 is #029457. Grayscale: #9D9D9D. Windows color (decimal): -169048 or 11037693. OLE color: 11037693.
HSL color Cylindrical-coordinate representation of color #FD6BA8: hue angle of 334.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD6BA8 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 168 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.01 |
| HSL | 334.93º | 0.97% | 0.71% | - |
| HSV(B) | 334.93º | 0.58% | 0.99% | - |
| XYZ | 52.83 | 34.23 | 40.87 | - |
| YUV | 157.61 | 133.87 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 168 | 0 | 0.58 | 0.34 | 0.01 | 334.93 | 0.97 | 0.71 |
| Hex | FD | 6B | A8 | 0 | 3A | 22 | 1 | 14F | 61 | 47 |
| Octal | 375 | 153 | 250 | 0 | 72 | 42 | 1 | 517 | 141 | 107 |
| Binary | 11111101 | 1101011 | 10101000 | 0 | 111010 | 100010 | 1 | 101001111 | 1100001 | 1000111 |
Color Harmonies of #FD6BA8
Complementary color
Monochromatic Colors of #FD6BA8
Black with #FD6BA8
Text Example
Text Example
White with #FD6BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BA8; }
p { color: rgb(253,107,168); }
H1.HeaderClassName
{
color: #FD6BA8;
}
.AnyTagClassName
{
color: #FD6BA8;
}
</style>
background-color css
<style>
a { background-color: #FD6BA8; }
a { background-color: rgb(253,107,168); }
div.DivClassName
{
background-color: #FD6BA8;
}
.BgClassName
{
background-color: #FD6BA8;
}
</style>
border-color css
<style>
span { border-color: #FD6BA8; }
span { border-color: rgb(253,107,168); }
td.TdClassName
{
border-color: #FD6BA8;
}
.TagClassName
{
border-color: #FD6BA8;
}
</style>