Shades of Hot Pink #FD70BA
Tints of Hot Pink #FD70BA
RGB
CMYK
RGB Variations
Color information
#FD70BA (or 0xFD70BA) is known color: Hot Pink. HEX triplet: FD, 70 and BA. RGB value is (253,112,186). Sum of RGB (Red+Green+Blue) = 253+112+186=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD70BA is #028F45. Grayscale: #A2A2A2. Windows color (decimal): -167750 or 12218621. OLE color: 12218621.
HSL color Cylindrical-coordinate representation of color #FD70BA: hue angle of 328.51º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FD70BA is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 186 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.01 |
| HSL | 328.51º | 0.97% | 0.72% | - |
| HSV(B) | 328.51º | 0.56% | 0.99% | - |
| XYZ | 55.17 | 36.02 | 50.5 | - |
| YUV | 162.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 186 | 0 | 0.56 | 0.26 | 0.01 | 328.51 | 0.97 | 0.72 |
| Hex | FD | 70 | BA | 0 | 38 | 1A | 1 | 149 | 61 | 48 |
| Octal | 375 | 160 | 272 | 0 | 70 | 32 | 1 | 511 | 141 | 110 |
| Binary | 11111101 | 1110000 | 10111010 | 0 | 111000 | 11010 | 1 | 101001001 | 1100001 | 1001000 |
Color Harmonies of #FD70BA
Complementary color
Monochromatic Colors of #FD70BA
Black with #FD70BA
Text Example
Text Example
White with #FD70BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD70BA; }
p { color: rgb(253,112,186); }
H1.HeaderClassName
{
color: #FD70BA;
}
.AnyTagClassName
{
color: #FD70BA;
}
</style>
background-color css
<style>
a { background-color: #FD70BA; }
a { background-color: rgb(253,112,186); }
div.DivClassName
{
background-color: #FD70BA;
}
.BgClassName
{
background-color: #FD70BA;
}
</style>
border-color css
<style>
span { border-color: #FD70BA; }
span { border-color: rgb(253,112,186); }
td.TdClassName
{
border-color: #FD70BA;
}
.TagClassName
{
border-color: #FD70BA;
}
</style>