Shades of Persian Pink #F174BD
Tints of Persian Pink #F174BD
RGB
CMYK
RGB Variations
Color information
#F174BD (or 0xF174BD) is known color: Persian Pink. HEX triplet: F1, 74 and BD. RGB value is (241,116,189). Sum of RGB (Red+Green+Blue) = 241+116+189=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F174BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F174BD is #0E8B42. Grayscale: #A1A1A1. Windows color (decimal): -953155 or 12416241. OLE color: 12416241.
HSL color Cylindrical-coordinate representation of color #F174BD: hue angle of 324.96º 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 #F174BD is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 189 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.05 |
| HSL | 324.96º | 0.82% | 0.7% | - |
| HSV(B) | 324.96º | 0.52% | 0.95% | - |
| XYZ | 51.71 | 34.87 | 52.15 | - |
| YUV | 161.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 189 | 0 | 0.52 | 0.22 | 0.05 | 324.96 | 0.82 | 0.7 |
| Hex | F1 | 74 | BD | 0 | 34 | 16 | 5 | 145 | 52 | 46 |
| Octal | 361 | 164 | 275 | 0 | 64 | 26 | 5 | 505 | 122 | 106 |
| Binary | 11110001 | 1110100 | 10111101 | 0 | 110100 | 10110 | 101 | 101000101 | 1010010 | 1000110 |
Color Harmonies of #F174BD
Complementary color
Monochromatic Colors of #F174BD
Black with #F174BD
Text Example
Text Example
White with #F174BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174BD; }
p { color: rgb(241,116,189); }
H1.HeaderClassName
{
color: #F174BD;
}
.AnyTagClassName
{
color: #F174BD;
}
</style>
background-color css
<style>
a { background-color: #F174BD; }
a { background-color: rgb(241,116,189); }
div.DivClassName
{
background-color: #F174BD;
}
.BgClassName
{
background-color: #F174BD;
}
</style>
border-color css
<style>
span { border-color: #F174BD; }
span { border-color: rgb(241,116,189); }
td.TdClassName
{
border-color: #F174BD;
}
.TagClassName
{
border-color: #F174BD;
}
</style>