Shades of Persian Pink #F181B9
Tints of Persian Pink #F181B9
RGB
CMYK
RGB Variations
Color information
#F181B9 (or 0xF181B9) is known color: Persian Pink. HEX triplet: F1, 81 and B9. RGB value is (241,129,185). Sum of RGB (Red+Green+Blue) = 241+129+185=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 185 (72.66% from 255 or 33.33% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F181B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181B9 is #0E7E46. Grayscale: #A8A8A8. Windows color (decimal): -949831 or 12157425. OLE color: 12157425.
HSL color Cylindrical-coordinate representation of color #F181B9: hue angle of 330º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181B9 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 185 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.05 |
| HSL | 330º | 0.8% | 0.73% | - |
| HSV(B) | 330º | 0.46% | 0.95% | - |
| XYZ | 52.88 | 37.9 | 50.43 | - |
| YUV | 168.87 | 137.11 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 185 | 0 | 0.46 | 0.23 | 0.05 | 330 | 0.8 | 0.73 |
| Hex | F1 | 81 | B9 | 0 | 2E | 17 | 5 | 14A | 50 | 49 |
| Octal | 361 | 201 | 271 | 0 | 56 | 27 | 5 | 512 | 120 | 111 |
| Binary | 11110001 | 10000001 | 10111001 | 0 | 101110 | 10111 | 101 | 101001010 | 1010000 | 1001001 |
Color Harmonies of #F181B9
Complementary color
Monochromatic Colors of #F181B9
Black with #F181B9
Text Example
Text Example
White with #F181B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181B9; }
p { color: rgb(241,129,185); }
H1.HeaderClassName
{
color: #F181B9;
}
.AnyTagClassName
{
color: #F181B9;
}
</style>
background-color css
<style>
a { background-color: #F181B9; }
a { background-color: rgb(241,129,185); }
div.DivClassName
{
background-color: #F181B9;
}
.BgClassName
{
background-color: #F181B9;
}
</style>
border-color css
<style>
span { border-color: #F181B9; }
span { border-color: rgb(241,129,185); }
td.TdClassName
{
border-color: #F181B9;
}
.TagClassName
{
border-color: #F181B9;
}
</style>