Shades of Persian Pink #F184BE
Tints of Persian Pink #F184BE
RGB
CMYK
RGB Variations
Color information
#F184BE (or 0xF184BE) is known color: Persian Pink. HEX triplet: F1, 84 and BE. RGB value is (241,132,190). Sum of RGB (Red+Green+Blue) = 241+132+190=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F184BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184BE is #0E7B41. Grayscale: #ABABAB. Windows color (decimal): -949058 or 12485873. OLE color: 12485873.
HSL color Cylindrical-coordinate representation of color #F184BE: hue angle of 328.07º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184BE is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 190 | - |
| CMYK | 0 | 0.45 | 0.21 | 0.05 |
| HSL | 328.07º | 0.8% | 0.73% | - |
| HSV(B) | 328.07º | 0.45% | 0.95% | - |
| XYZ | 53.82 | 38.92 | 53.39 | - |
| YUV | 171.2 | 138.61 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 190 | 0 | 0.45 | 0.21 | 0.05 | 328.07 | 0.8 | 0.73 |
| Hex | F1 | 84 | BE | 0 | 2D | 15 | 5 | 148 | 50 | 49 |
| Octal | 361 | 204 | 276 | 0 | 55 | 25 | 5 | 510 | 120 | 111 |
| Binary | 11110001 | 10000100 | 10111110 | 0 | 101101 | 10101 | 101 | 101001000 | 1010000 | 1001001 |
Color Harmonies of #F184BE
Complementary color
Monochromatic Colors of #F184BE
Black with #F184BE
Text Example
Text Example
White with #F184BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184BE; }
p { color: rgb(241,132,190); }
H1.HeaderClassName
{
color: #F184BE;
}
.AnyTagClassName
{
color: #F184BE;
}
</style>
background-color css
<style>
a { background-color: #F184BE; }
a { background-color: rgb(241,132,190); }
div.DivClassName
{
background-color: #F184BE;
}
.BgClassName
{
background-color: #F184BE;
}
</style>
border-color css
<style>
span { border-color: #F184BE; }
span { border-color: rgb(241,132,190); }
td.TdClassName
{
border-color: #F184BE;
}
.TagClassName
{
border-color: #F184BE;
}
</style>