Shades of Hot Pink #F172B5
Tints of Hot Pink #F172B5
RGB
CMYK
RGB Variations
Color information
#F172B5 (or 0xF172B5) is known color: Hot Pink. HEX triplet: F1, 72 and B5. RGB value is (241,114,181). Sum of RGB (Red+Green+Blue) = 241+114+181=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F172B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172B5 is #0E8D4A. Grayscale: #9F9F9F. Windows color (decimal): -953675 or 11891441. OLE color: 11891441.
HSL color Cylindrical-coordinate representation of color #F172B5: hue angle of 328.35º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172B5 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 181 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.05 |
| HSL | 328.35º | 0.82% | 0.7% | - |
| HSV(B) | 328.35º | 0.53% | 0.95% | - |
| XYZ | 50.63 | 34.07 | 47.62 | - |
| YUV | 159.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 181 | 0 | 0.53 | 0.25 | 0.05 | 328.35 | 0.82 | 0.7 |
| Hex | F1 | 72 | B5 | 0 | 35 | 19 | 5 | 148 | 52 | 46 |
| Octal | 361 | 162 | 265 | 0 | 65 | 31 | 5 | 510 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10110101 | 0 | 110101 | 11001 | 101 | 101001000 | 1010010 | 1000110 |
Color Harmonies of #F172B5
Complementary color
Monochromatic Colors of #F172B5
Black with #F172B5
Text Example
Text Example
White with #F172B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172B5; }
p { color: rgb(241,114,181); }
H1.HeaderClassName
{
color: #F172B5;
}
.AnyTagClassName
{
color: #F172B5;
}
</style>
background-color css
<style>
a { background-color: #F172B5; }
a { background-color: rgb(241,114,181); }
div.DivClassName
{
background-color: #F172B5;
}
.BgClassName
{
background-color: #F172B5;
}
</style>
border-color css
<style>
span { border-color: #F172B5; }
span { border-color: rgb(241,114,181); }
td.TdClassName
{
border-color: #F172B5;
}
.TagClassName
{
border-color: #F172B5;
}
</style>