Shades of Persian Pink #F174BC
Tints of Persian Pink #F174BC
RGB
CMYK
RGB Variations
Color information
#F174BC (or 0xF174BC) is known color: Persian Pink. HEX triplet: F1, 74 and BC. RGB value is (241,116,188). Sum of RGB (Red+Green+Blue) = 241+116+188=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F174BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174BC is #0E8B43. Grayscale: #A1A1A1. Windows color (decimal): -953156 or 12350705. OLE color: 12350705.
HSL color Cylindrical-coordinate representation of color #F174BC: hue angle of 325.44º 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 #F174BC is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 188 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.05 |
| HSL | 325.44º | 0.82% | 0.7% | - |
| HSV(B) | 325.44º | 0.52% | 0.95% | - |
| XYZ | 51.6 | 34.82 | 51.58 | - |
| YUV | 161.58 | 142.91 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 188 | 0 | 0.52 | 0.22 | 0.05 | 325.44 | 0.82 | 0.7 |
| Hex | F1 | 74 | BC | 0 | 34 | 16 | 5 | 145 | 52 | 46 |
| Octal | 361 | 164 | 274 | 0 | 64 | 26 | 5 | 505 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10111100 | 0 | 110100 | 10110 | 101 | 101000101 | 1010010 | 1000110 |
Color Harmonies of #F174BC
Complementary color
Monochromatic Colors of #F174BC
Black with #F174BC
Text Example
Text Example
White with #F174BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174BC; }
p { color: rgb(241,116,188); }
H1.HeaderClassName
{
color: #F174BC;
}
.AnyTagClassName
{
color: #F174BC;
}
</style>
background-color css
<style>
a { background-color: #F174BC; }
a { background-color: rgb(241,116,188); }
div.DivClassName
{
background-color: #F174BC;
}
.BgClassName
{
background-color: #F174BC;
}
</style>
border-color css
<style>
span { border-color: #F174BC; }
span { border-color: rgb(241,116,188); }
td.TdClassName
{
border-color: #F174BC;
}
.TagClassName
{
border-color: #F174BC;
}
</style>