Shades of Persian Pink #F175BB
Tints of Persian Pink #F175BB
RGB
CMYK
RGB Variations
Color information
#F175BB (or 0xF175BB) is known color: Persian Pink. HEX triplet: F1, 75 and BB. RGB value is (241,117,187). Sum of RGB (Red+Green+Blue) = 241+117+187=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 187 (73.44% from 255 or 34.31% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F175BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175BB is #0E8A44. Grayscale: #A1A1A1. Windows color (decimal): -952901 or 12285425. OLE color: 12285425.
HSL color Cylindrical-coordinate representation of color #F175BB: hue angle of 326.13º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175BB is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 187 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.05 |
| HSL | 326.13º | 0.82% | 0.7% | - |
| HSV(B) | 326.13º | 0.51% | 0.95% | - |
| XYZ | 51.61 | 35.01 | 51.05 | - |
| YUV | 162.06 | 142.08 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 187 | 0 | 0.51 | 0.22 | 0.05 | 326.13 | 0.82 | 0.7 |
| Hex | F1 | 75 | BB | 0 | 33 | 16 | 5 | 146 | 52 | 46 |
| Octal | 361 | 165 | 273 | 0 | 63 | 26 | 5 | 506 | 122 | 106 |
| Binary | 11110001 | 1110101 | 10111011 | 0 | 110011 | 10110 | 101 | 101000110 | 1010010 | 1000110 |
Color Harmonies of #F175BB
Complementary color
Monochromatic Colors of #F175BB
Black with #F175BB
Text Example
Text Example
White with #F175BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175BB; }
p { color: rgb(241,117,187); }
H1.HeaderClassName
{
color: #F175BB;
}
.AnyTagClassName
{
color: #F175BB;
}
</style>
background-color css
<style>
a { background-color: #F175BB; }
a { background-color: rgb(241,117,187); }
div.DivClassName
{
background-color: #F175BB;
}
.BgClassName
{
background-color: #F175BB;
}
</style>
border-color css
<style>
span { border-color: #F175BB; }
span { border-color: rgb(241,117,187); }
td.TdClassName
{
border-color: #F175BB;
}
.TagClassName
{
border-color: #F175BB;
}
</style>