Shades of Hot Pink #F173B0
Tints of Hot Pink #F173B0
RGB
CMYK
RGB Variations
Color information
#F173B0 (or 0xF173B0) is known color: Hot Pink. HEX triplet: F1, 73 and B0. RGB value is (241,115,176). Sum of RGB (Red+Green+Blue) = 241+115+176=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 115 (45.31% from 255 or 21.62% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F173B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F173B0 is #0E8C4F. Grayscale: #9F9F9F. Windows color (decimal): -953424 or 11564017. OLE color: 11564017.
HSL color Cylindrical-coordinate representation of color #F173B0: hue angle of 330.95º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173B0 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 176 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.05 |
| HSL | 330.95º | 0.82% | 0.7% | - |
| HSV(B) | 330.95º | 0.52% | 0.95% | - |
| XYZ | 50.24 | 34.1 | 45.01 | - |
| YUV | 159.63 | 137.24 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 176 | 0 | 0.52 | 0.27 | 0.05 | 330.95 | 0.82 | 0.7 |
| Hex | F1 | 73 | B0 | 0 | 34 | 1B | 5 | 14B | 52 | 46 |
| Octal | 361 | 163 | 260 | 0 | 64 | 33 | 5 | 513 | 122 | 106 |
| Binary | 11110001 | 1110011 | 10110000 | 0 | 110100 | 11011 | 101 | 101001011 | 1010010 | 1000110 |
Color Harmonies of #F173B0
Complementary color
Monochromatic Colors of #F173B0
Black with #F173B0
Text Example
Text Example
White with #F173B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173B0; }
p { color: rgb(241,115,176); }
H1.HeaderClassName
{
color: #F173B0;
}
.AnyTagClassName
{
color: #F173B0;
}
</style>
background-color css
<style>
a { background-color: #F173B0; }
a { background-color: rgb(241,115,176); }
div.DivClassName
{
background-color: #F173B0;
}
.BgClassName
{
background-color: #F173B0;
}
</style>
border-color css
<style>
span { border-color: #F173B0; }
span { border-color: rgb(241,115,176); }
td.TdClassName
{
border-color: #F173B0;
}
.TagClassName
{
border-color: #F173B0;
}
</style>