Shades of Hot Pink #FD6BBA
Tints of Hot Pink #FD6BBA
RGB
CMYK
RGB Variations
Color information
#FD6BBA (or 0xFD6BBA) is known color: Hot Pink. HEX triplet: FD, 6B and BA. RGB value is (253,107,186). Sum of RGB (Red+Green+Blue) = 253+107+186=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD6BBA is #029445. Grayscale: #9F9F9F. Windows color (decimal): -169030 or 12217341. OLE color: 12217341.
HSL color Cylindrical-coordinate representation of color #FD6BBA: hue angle of 327.53º 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 #FD6BBA is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 107 | 186 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.01 |
| HSL | 327.53º | 0.97% | 0.71% | - |
| HSV(B) | 327.53º | 0.58% | 0.99% | - |
| XYZ | 54.63 | 34.94 | 50.32 | - |
| YUV | 159.66 | 142.87 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 107 | 186 | 0 | 0.58 | 0.26 | 0.01 | 327.53 | 0.97 | 0.71 |
| Hex | FD | 6B | BA | 0 | 3A | 1A | 1 | 148 | 61 | 47 |
| Octal | 375 | 153 | 272 | 0 | 72 | 32 | 1 | 510 | 141 | 107 |
| Binary | 11111101 | 1101011 | 10111010 | 0 | 111010 | 11010 | 1 | 101001000 | 1100001 | 1000111 |
Color Harmonies of #FD6BBA
Complementary color
Monochromatic Colors of #FD6BBA
Black with #FD6BBA
Text Example
Text Example
White with #FD6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6BBA; }
p { color: rgb(253,107,186); }
H1.HeaderClassName
{
color: #FD6BBA;
}
.AnyTagClassName
{
color: #FD6BBA;
}
</style>
background-color css
<style>
a { background-color: #FD6BBA; }
a { background-color: rgb(253,107,186); }
div.DivClassName
{
background-color: #FD6BBA;
}
.BgClassName
{
background-color: #FD6BBA;
}
</style>
border-color css
<style>
span { border-color: #FD6BBA; }
span { border-color: rgb(253,107,186); }
td.TdClassName
{
border-color: #FD6BBA;
}
.TagClassName
{
border-color: #FD6BBA;
}
</style>