Shades of Hot Pink #FF70BB
Tints of Hot Pink #FF70BB
RGB
CMYK
RGB Variations
Color information
#FF70BB (or 0xFF70BB) is known color: Hot Pink. HEX triplet: FF, 70 and BB. RGB value is (255,112,187). Sum of RGB (Red+Green+Blue) = 255+112+187=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF70BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF70BB is #008F44. Grayscale: #A3A3A3. Windows color (decimal): -36677 or 12284159. OLE color: 12284159.
HSL color Cylindrical-coordinate representation of color #FF70BB: hue angle of 328.53º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF70BB is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 187 | - |
| CMYK | 0 | 0.56 | 0.27 | 0 |
| HSL | 328.53º | 1% | 0.72% | - |
| HSV(B) | 328.53º | 0.56% | 1% | - |
| XYZ | 56 | 36.44 | 51.09 | - |
| YUV | 163.31 | 141.38 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 187 | 0 | 0.56 | 0.27 | 0 | 328.53 | 1 | 0.72 |
| Hex | FF | 70 | BB | 0 | 38 | 1B | 0 | 149 | 64 | 48 |
| Octal | 377 | 160 | 273 | 0 | 70 | 33 | 0 | 511 | 144 | 110 |
| Binary | 11111111 | 1110000 | 10111011 | 0 | 111000 | 11011 | 0 | 101001001 | 1100100 | 1001000 |
Color Harmonies of #FF70BB
Complementary color
Monochromatic Colors of #FF70BB
Black with #FF70BB
Text Example
Text Example
White with #FF70BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF70BB; }
p { color: rgb(255,112,187); }
H1.HeaderClassName
{
color: #FF70BB;
}
.AnyTagClassName
{
color: #FF70BB;
}
</style>
background-color css
<style>
a { background-color: #FF70BB; }
a { background-color: rgb(255,112,187); }
div.DivClassName
{
background-color: #FF70BB;
}
.BgClassName
{
background-color: #FF70BB;
}
</style>
border-color css
<style>
span { border-color: #FF70BB; }
span { border-color: rgb(255,112,187); }
td.TdClassName
{
border-color: #FF70BB;
}
.TagClassName
{
border-color: #FF70BB;
}
</style>