Shades of Persian Pink #F172B8
Tints of Persian Pink #F172B8
RGB
CMYK
RGB Variations
Color information
#F172B8 (or 0xF172B8) is known color: Persian Pink. HEX triplet: F1, 72 and B8. RGB value is (241,114,184). Sum of RGB (Red+Green+Blue) = 241+114+184=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F172B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172B8 is #0E8D47. Grayscale: #9F9F9F. Windows color (decimal): -953672 or 12088049. OLE color: 12088049.
HSL color Cylindrical-coordinate representation of color #F172B8: hue angle of 326.93º 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 #F172B8 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 184 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.05 |
| HSL | 326.93º | 0.82% | 0.7% | - |
| HSV(B) | 326.93º | 0.53% | 0.95% | - |
| XYZ | 50.94 | 34.2 | 49.26 | - |
| YUV | 159.95 | 141.58 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 184 | 0 | 0.53 | 0.24 | 0.05 | 326.93 | 0.82 | 0.7 |
| Hex | F1 | 72 | B8 | 0 | 35 | 18 | 5 | 147 | 52 | 46 |
| Octal | 361 | 162 | 270 | 0 | 65 | 30 | 5 | 507 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10111000 | 0 | 110101 | 11000 | 101 | 101000111 | 1010010 | 1000110 |
Color Harmonies of #F172B8
Complementary color
Monochromatic Colors of #F172B8
Black with #F172B8
Text Example
Text Example
White with #F172B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172B8; }
p { color: rgb(241,114,184); }
H1.HeaderClassName
{
color: #F172B8;
}
.AnyTagClassName
{
color: #F172B8;
}
</style>
background-color css
<style>
a { background-color: #F172B8; }
a { background-color: rgb(241,114,184); }
div.DivClassName
{
background-color: #F172B8;
}
.BgClassName
{
background-color: #F172B8;
}
</style>
border-color css
<style>
span { border-color: #F172B8; }
span { border-color: rgb(241,114,184); }
td.TdClassName
{
border-color: #F172B8;
}
.TagClassName
{
border-color: #F172B8;
}
</style>