Shades of Persian Pink #F172BD
Tints of Persian Pink #F172BD
RGB
CMYK
RGB Variations
Color information
#F172BD (or 0xF172BD) is known color: Persian Pink. HEX triplet: F1, 72 and BD. RGB value is (241,114,189). Sum of RGB (Red+Green+Blue) = 241+114+189=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F172BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172BD is #0E8D42. Grayscale: #A0A0A0. Windows color (decimal): -953667 or 12415729. OLE color: 12415729.
HSL color Cylindrical-coordinate representation of color #F172BD: hue angle of 324.57º 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 #F172BD is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 189 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.05 |
| HSL | 324.57º | 0.82% | 0.7% | - |
| HSV(B) | 324.57º | 0.53% | 0.95% | - |
| XYZ | 51.48 | 34.41 | 52.07 | - |
| YUV | 160.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 189 | 0 | 0.53 | 0.22 | 0.05 | 324.57 | 0.82 | 0.7 |
| Hex | F1 | 72 | BD | 0 | 35 | 16 | 5 | 145 | 52 | 46 |
| Octal | 361 | 162 | 275 | 0 | 65 | 26 | 5 | 505 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10111101 | 0 | 110101 | 10110 | 101 | 101000101 | 1010010 | 1000110 |
Color Harmonies of #F172BD
Complementary color
Monochromatic Colors of #F172BD
Black with #F172BD
Text Example
Text Example
White with #F172BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172BD; }
p { color: rgb(241,114,189); }
H1.HeaderClassName
{
color: #F172BD;
}
.AnyTagClassName
{
color: #F172BD;
}
</style>
background-color css
<style>
a { background-color: #F172BD; }
a { background-color: rgb(241,114,189); }
div.DivClassName
{
background-color: #F172BD;
}
.BgClassName
{
background-color: #F172BD;
}
</style>
border-color css
<style>
span { border-color: #F172BD; }
span { border-color: rgb(241,114,189); }
td.TdClassName
{
border-color: #F172BD;
}
.TagClassName
{
border-color: #F172BD;
}
</style>