Shades of Persian Pink #F373BC
Tints of Persian Pink #F373BC
RGB
CMYK
RGB Variations
Color information
#F373BC (or 0xF373BC) is known color: Persian Pink. HEX triplet: F3, 73 and BC. RGB value is (243,115,188). Sum of RGB (Red+Green+Blue) = 243+115+188=546 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.51% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 243 - color contains mainly: red. Hex color #F373BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373BC is #0C8C43. Grayscale: #A1A1A1. Windows color (decimal): -822340 or 12350451. OLE color: 12350451.
HSL color Cylindrical-coordinate representation of color #F373BC: hue angle of 325.78º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F373BC is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 188 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.05 |
| HSL | 325.78º | 0.84% | 0.7% | - |
| HSV(B) | 325.78º | 0.53% | 0.95% | - |
| XYZ | 52.17 | 34.95 | 51.57 | - |
| YUV | 161.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 188 | 0 | 0.53 | 0.23 | 0.05 | 325.78 | 0.84 | 0.7 |
| Hex | F3 | 73 | BC | 0 | 35 | 17 | 5 | 146 | 54 | 46 |
| Octal | 363 | 163 | 274 | 0 | 65 | 27 | 5 | 506 | 124 | 106 |
| Binary | 11110011 | 1110011 | 10111100 | 0 | 110101 | 10111 | 101 | 101000110 | 1010100 | 1000110 |
Color Harmonies of #F373BC
Complementary color
Monochromatic Colors of #F373BC
Black with #F373BC
Text Example
Text Example
White with #F373BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373BC; }
p { color: rgb(243,115,188); }
H1.HeaderClassName
{
color: #F373BC;
}
.AnyTagClassName
{
color: #F373BC;
}
</style>
background-color css
<style>
a { background-color: #F373BC; }
a { background-color: rgb(243,115,188); }
div.DivClassName
{
background-color: #F373BC;
}
.BgClassName
{
background-color: #F373BC;
}
</style>
border-color css
<style>
span { border-color: #F373BC; }
span { border-color: rgb(243,115,188); }
td.TdClassName
{
border-color: #F373BC;
}
.TagClassName
{
border-color: #F373BC;
}
</style>