Shades of Persian Pink #F183B4
Tints of Persian Pink #F183B4
RGB
CMYK
RGB Variations
Color information
#F183B4 (or 0xF183B4) is known color: Persian Pink. HEX triplet: F1, 83 and B4. RGB value is (241,131,180). Sum of RGB (Red+Green+Blue) = 241+131+180=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 180 (70.70% from 255 or 32.61% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F183B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183B4 is #0E7C4B. Grayscale: #A9A9A9. Windows color (decimal): -949324 or 11830257. OLE color: 11830257.
HSL color Cylindrical-coordinate representation of color #F183B4: hue angle of 333.27º 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 #F183B4 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 180 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.05 |
| HSL | 333.27º | 0.8% | 0.73% | - |
| HSV(B) | 333.27º | 0.46% | 0.95% | - |
| XYZ | 52.63 | 38.23 | 47.78 | - |
| YUV | 169.48 | 133.94 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 180 | 0 | 0.46 | 0.25 | 0.05 | 333.27 | 0.8 | 0.73 |
| Hex | F1 | 83 | B4 | 0 | 2E | 19 | 5 | 14D | 50 | 49 |
| Octal | 361 | 203 | 264 | 0 | 56 | 31 | 5 | 515 | 120 | 111 |
| Binary | 11110001 | 10000011 | 10110100 | 0 | 101110 | 11001 | 101 | 101001101 | 1010000 | 1001001 |
Color Harmonies of #F183B4
Complementary color
Monochromatic Colors of #F183B4
Black with #F183B4
Text Example
Text Example
White with #F183B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183B4; }
p { color: rgb(241,131,180); }
H1.HeaderClassName
{
color: #F183B4;
}
.AnyTagClassName
{
color: #F183B4;
}
</style>
background-color css
<style>
a { background-color: #F183B4; }
a { background-color: rgb(241,131,180); }
div.DivClassName
{
background-color: #F183B4;
}
.BgClassName
{
background-color: #F183B4;
}
</style>
border-color css
<style>
span { border-color: #F183B4; }
span { border-color: rgb(241,131,180); }
td.TdClassName
{
border-color: #F183B4;
}
.TagClassName
{
border-color: #F183B4;
}
</style>