Shades of Persian Pink #F173BB
Tints of Persian Pink #F173BB
RGB
CMYK
RGB Variations
Color information
#F173BB (or 0xF173BB) is known color: Persian Pink. HEX triplet: F1, 73 and BB. RGB value is (241,115,187). Sum of RGB (Red+Green+Blue) = 241+115+187=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F173BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173BB is #0E8C44. Grayscale: #A0A0A0. Windows color (decimal): -953413 or 12284913. OLE color: 12284913.
HSL color Cylindrical-coordinate representation of color #F173BB: hue angle of 325.71º 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 #F173BB is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 187 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.05 |
| HSL | 325.71º | 0.82% | 0.7% | - |
| HSV(B) | 325.71º | 0.52% | 0.95% | - |
| XYZ | 51.38 | 34.55 | 50.97 | - |
| YUV | 160.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 187 | 0 | 0.52 | 0.22 | 0.05 | 325.71 | 0.82 | 0.7 |
| Hex | F1 | 73 | BB | 0 | 34 | 16 | 5 | 146 | 52 | 46 |
| Octal | 361 | 163 | 273 | 0 | 64 | 26 | 5 | 506 | 122 | 106 |
| Binary | 11110001 | 1110011 | 10111011 | 0 | 110100 | 10110 | 101 | 101000110 | 1010010 | 1000110 |
Color Harmonies of #F173BB
Complementary color
Monochromatic Colors of #F173BB
Black with #F173BB
Text Example
Text Example
White with #F173BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173BB; }
p { color: rgb(241,115,187); }
H1.HeaderClassName
{
color: #F173BB;
}
.AnyTagClassName
{
color: #F173BB;
}
</style>
background-color css
<style>
a { background-color: #F173BB; }
a { background-color: rgb(241,115,187); }
div.DivClassName
{
background-color: #F173BB;
}
.BgClassName
{
background-color: #F173BB;
}
</style>
border-color css
<style>
span { border-color: #F173BB; }
span { border-color: rgb(241,115,187); }
td.TdClassName
{
border-color: #F173BB;
}
.TagClassName
{
border-color: #F173BB;
}
</style>