Shades of Persian Pink #F174BA
Tints of Persian Pink #F174BA
RGB
CMYK
RGB Variations
Color information
#F174BA (or 0xF174BA) is known color: Persian Pink. HEX triplet: F1, 74 and BA. RGB value is (241,116,186). Sum of RGB (Red+Green+Blue) = 241+116+186=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F174BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174BA is #0E8B45. Grayscale: #A1A1A1. Windows color (decimal): -953158 or 12219633. OLE color: 12219633.
HSL color Cylindrical-coordinate representation of color #F174BA: hue angle of 326.4º 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 #F174BA is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 186 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.05 |
| HSL | 326.4º | 0.82% | 0.7% | - |
| HSV(B) | 326.4º | 0.52% | 0.95% | - |
| XYZ | 51.38 | 34.74 | 50.45 | - |
| YUV | 161.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 186 | 0 | 0.52 | 0.23 | 0.05 | 326.4 | 0.82 | 0.7 |
| Hex | F1 | 74 | BA | 0 | 34 | 17 | 5 | 146 | 52 | 46 |
| Octal | 361 | 164 | 272 | 0 | 64 | 27 | 5 | 506 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10111010 | 0 | 110100 | 10111 | 101 | 101000110 | 1010010 | 1000110 |
Color Harmonies of #F174BA
Complementary color
Monochromatic Colors of #F174BA
Black with #F174BA
Text Example
Text Example
White with #F174BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174BA; }
p { color: rgb(241,116,186); }
H1.HeaderClassName
{
color: #F174BA;
}
.AnyTagClassName
{
color: #F174BA;
}
</style>
background-color css
<style>
a { background-color: #F174BA; }
a { background-color: rgb(241,116,186); }
div.DivClassName
{
background-color: #F174BA;
}
.BgClassName
{
background-color: #F174BA;
}
</style>
border-color css
<style>
span { border-color: #F174BA; }
span { border-color: rgb(241,116,186); }
td.TdClassName
{
border-color: #F174BA;
}
.TagClassName
{
border-color: #F174BA;
}
</style>