Shades of Hot Pink #F172B3
Tints of Hot Pink #F172B3
RGB
CMYK
RGB Variations
Color information
#F172B3 (or 0xF172B3) is known color: Hot Pink. HEX triplet: F1, 72 and B3. RGB value is (241,114,179). Sum of RGB (Red+Green+Blue) = 241+114+179=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F172B3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172B3 is #0E8D4C. Grayscale: #9F9F9F. Windows color (decimal): -953677 or 11760369. OLE color: 11760369.
HSL color Cylindrical-coordinate representation of color #F172B3: hue angle of 329.29º 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 #F172B3 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 179 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.05 |
| HSL | 329.29º | 0.82% | 0.7% | - |
| HSV(B) | 329.29º | 0.53% | 0.95% | - |
| XYZ | 50.43 | 33.99 | 46.55 | - |
| YUV | 159.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 179 | 0 | 0.53 | 0.26 | 0.05 | 329.29 | 0.82 | 0.7 |
| Hex | F1 | 72 | B3 | 0 | 35 | 1A | 5 | 149 | 52 | 46 |
| Octal | 361 | 162 | 263 | 0 | 65 | 32 | 5 | 511 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10110011 | 0 | 110101 | 11010 | 101 | 101001001 | 1010010 | 1000110 |
Color Harmonies of #F172B3
Complementary color
Monochromatic Colors of #F172B3
Black with #F172B3
Text Example
Text Example
White with #F172B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172B3; }
p { color: rgb(241,114,179); }
H1.HeaderClassName
{
color: #F172B3;
}
.AnyTagClassName
{
color: #F172B3;
}
</style>
background-color css
<style>
a { background-color: #F172B3; }
a { background-color: rgb(241,114,179); }
div.DivClassName
{
background-color: #F172B3;
}
.BgClassName
{
background-color: #F172B3;
}
</style>
border-color css
<style>
span { border-color: #F172B3; }
span { border-color: rgb(241,114,179); }
td.TdClassName
{
border-color: #F172B3;
}
.TagClassName
{
border-color: #F172B3;
}
</style>