Shades of Hot Pink #F171B2
Tints of Hot Pink #F171B2
RGB
CMYK
RGB Variations
Color information
#F171B2 (or 0xF171B2) is known color: Hot Pink. HEX triplet: F1, 71 and B2. RGB value is (241,113,178). Sum of RGB (Red+Green+Blue) = 241+113+178=532 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.30% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 241 - color contains mainly: red. Hex color #F171B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F171B2 is #0E8E4D. Grayscale: #9E9E9E. Windows color (decimal): -953934 or 11694577. OLE color: 11694577.
HSL color Cylindrical-coordinate representation of color #F171B2: hue angle of 329.53º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171B2 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 178 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.05 |
| HSL | 329.53º | 0.82% | 0.69% | - |
| HSV(B) | 329.53º | 0.53% | 0.95% | - |
| XYZ | 50.22 | 33.73 | 45.98 | - |
| YUV | 158.68 | 138.91 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 178 | 0 | 0.53 | 0.26 | 0.05 | 329.53 | 0.82 | 0.69 |
| Hex | F1 | 71 | B2 | 0 | 35 | 1A | 5 | 14A | 52 | 45 |
| Octal | 361 | 161 | 262 | 0 | 65 | 32 | 5 | 512 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10110010 | 0 | 110101 | 11010 | 101 | 101001010 | 1010010 | 1000101 |
Color Harmonies of #F171B2
Complementary color
Monochromatic Colors of #F171B2
Black with #F171B2
Text Example
Text Example
White with #F171B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171B2; }
p { color: rgb(241,113,178); }
H1.HeaderClassName
{
color: #F171B2;
}
.AnyTagClassName
{
color: #F171B2;
}
</style>
background-color css
<style>
a { background-color: #F171B2; }
a { background-color: rgb(241,113,178); }
div.DivClassName
{
background-color: #F171B2;
}
.BgClassName
{
background-color: #F171B2;
}
</style>
border-color css
<style>
span { border-color: #F171B2; }
span { border-color: rgb(241,113,178); }
td.TdClassName
{
border-color: #F171B2;
}
.TagClassName
{
border-color: #F171B2;
}
</style>