Shades of Persian Pink #F183BC
Tints of Persian Pink #F183BC
RGB
CMYK
RGB Variations
Color information
#F183BC (or 0xF183BC) is known color: Persian Pink. HEX triplet: F1, 83 and BC. RGB value is (241,131,188). Sum of RGB (Red+Green+Blue) = 241+131+188=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F183BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183BC is #0E7C43. Grayscale: #AAAAAA. Windows color (decimal): -949316 or 12354545. OLE color: 12354545.
HSL color Cylindrical-coordinate representation of color #F183BC: hue angle of 328.91º 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 #F183BC is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 188 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.05 |
| HSL | 328.91º | 0.8% | 0.73% | - |
| HSV(B) | 328.91º | 0.46% | 0.95% | - |
| XYZ | 53.47 | 38.56 | 52.2 | - |
| YUV | 170.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 188 | 0 | 0.46 | 0.22 | 0.05 | 328.91 | 0.8 | 0.73 |
| Hex | F1 | 83 | BC | 0 | 2E | 16 | 5 | 149 | 50 | 49 |
| Octal | 361 | 203 | 274 | 0 | 56 | 26 | 5 | 511 | 120 | 111 |
| Binary | 11110001 | 10000011 | 10111100 | 0 | 101110 | 10110 | 101 | 101001001 | 1010000 | 1001001 |
Color Harmonies of #F183BC
Complementary color
Monochromatic Colors of #F183BC
Black with #F183BC
Text Example
Text Example
White with #F183BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183BC; }
p { color: rgb(241,131,188); }
H1.HeaderClassName
{
color: #F183BC;
}
.AnyTagClassName
{
color: #F183BC;
}
</style>
background-color css
<style>
a { background-color: #F183BC; }
a { background-color: rgb(241,131,188); }
div.DivClassName
{
background-color: #F183BC;
}
.BgClassName
{
background-color: #F183BC;
}
</style>
border-color css
<style>
span { border-color: #F183BC; }
span { border-color: rgb(241,131,188); }
td.TdClassName
{
border-color: #F183BC;
}
.TagClassName
{
border-color: #F183BC;
}
</style>