Shades of Hot Pink #F170B7
Tints of Hot Pink #F170B7
RGB
CMYK
RGB Variations
Color information
#F170B7 (or 0xF170B7) is known color: Hot Pink. HEX triplet: F1, 70 and B7. RGB value is (241,112,183). Sum of RGB (Red+Green+Blue) = 241+112+183=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F170B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170B7 is #0E8F48. Grayscale: #9E9E9E. Windows color (decimal): -954185 or 12022001. OLE color: 12022001.
HSL color Cylindrical-coordinate representation of color #F170B7: hue angle of 326.98º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170B7 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 183 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.05 |
| HSL | 326.98º | 0.82% | 0.69% | - |
| HSV(B) | 326.98º | 0.54% | 0.95% | - |
| XYZ | 50.62 | 33.71 | 48.64 | - |
| YUV | 158.67 | 141.74 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 183 | 0 | 0.54 | 0.24 | 0.05 | 326.98 | 0.82 | 0.69 |
| Hex | F1 | 70 | B7 | 0 | 36 | 18 | 5 | 147 | 52 | 45 |
| Octal | 361 | 160 | 267 | 0 | 66 | 30 | 5 | 507 | 122 | 105 |
| Binary | 11110001 | 1110000 | 10110111 | 0 | 110110 | 11000 | 101 | 101000111 | 1010010 | 1000101 |
Color Harmonies of #F170B7
Complementary color
Monochromatic Colors of #F170B7
Black with #F170B7
Text Example
Text Example
White with #F170B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170B7; }
p { color: rgb(241,112,183); }
H1.HeaderClassName
{
color: #F170B7;
}
.AnyTagClassName
{
color: #F170B7;
}
</style>
background-color css
<style>
a { background-color: #F170B7; }
a { background-color: rgb(241,112,183); }
div.DivClassName
{
background-color: #F170B7;
}
.BgClassName
{
background-color: #F170B7;
}
</style>
border-color css
<style>
span { border-color: #F170B7; }
span { border-color: rgb(241,112,183); }
td.TdClassName
{
border-color: #F170B7;
}
.TagClassName
{
border-color: #F170B7;
}
</style>