Shades of Hot Pink #F172B2
Tints of Hot Pink #F172B2
RGB
CMYK
RGB Variations
Color information
#F172B2 (or 0xF172B2) is known color: Hot Pink. HEX triplet: F1, 72 and B2. RGB value is (241,114,178). Sum of RGB (Red+Green+Blue) = 241+114+178=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F172B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F172B2 is #0E8D4D. Grayscale: #9F9F9F. Windows color (decimal): -953678 or 11694833. OLE color: 11694833.
HSL color Cylindrical-coordinate representation of color #F172B2: hue angle of 329.76º 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 #F172B2 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 178 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.05 |
| HSL | 329.76º | 0.82% | 0.7% | - |
| HSV(B) | 329.76º | 0.53% | 0.95% | - |
| XYZ | 50.33 | 33.95 | 46.02 | - |
| YUV | 159.27 | 138.58 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 178 | 0 | 0.53 | 0.26 | 0.05 | 329.76 | 0.82 | 0.7 |
| Hex | F1 | 72 | B2 | 0 | 35 | 1A | 5 | 14A | 52 | 46 |
| Octal | 361 | 162 | 262 | 0 | 65 | 32 | 5 | 512 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10110010 | 0 | 110101 | 11010 | 101 | 101001010 | 1010010 | 1000110 |
Color Harmonies of #F172B2
Complementary color
Monochromatic Colors of #F172B2
Black with #F172B2
Text Example
Text Example
White with #F172B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172B2; }
p { color: rgb(241,114,178); }
H1.HeaderClassName
{
color: #F172B2;
}
.AnyTagClassName
{
color: #F172B2;
}
</style>
background-color css
<style>
a { background-color: #F172B2; }
a { background-color: rgb(241,114,178); }
div.DivClassName
{
background-color: #F172B2;
}
.BgClassName
{
background-color: #F172B2;
}
</style>
border-color css
<style>
span { border-color: #F172B2; }
span { border-color: rgb(241,114,178); }
td.TdClassName
{
border-color: #F172B2;
}
.TagClassName
{
border-color: #F172B2;
}
</style>