Shades of Persian Pink #F372BA
Tints of Persian Pink #F372BA
RGB
CMYK
RGB Variations
Color information
#F372BA (or 0xF372BA) is known color: Persian Pink. HEX triplet: F3, 72 and BA. RGB value is (243,114,186). Sum of RGB (Red+Green+Blue) = 243+114+186=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F372BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F372BA is #0C8D45. Grayscale: #A0A0A0. Windows color (decimal): -822598 or 12219123. OLE color: 12219123.
HSL color Cylindrical-coordinate representation of color #F372BA: hue angle of 326.51º 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 #F372BA is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 186 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.05 |
| HSL | 326.51º | 0.84% | 0.7% | - |
| HSV(B) | 326.51º | 0.53% | 0.95% | - |
| XYZ | 51.84 | 34.63 | 50.41 | - |
| YUV | 160.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 186 | 0 | 0.53 | 0.23 | 0.05 | 326.51 | 0.84 | 0.7 |
| Hex | F3 | 72 | BA | 0 | 35 | 17 | 5 | 147 | 54 | 46 |
| Octal | 363 | 162 | 272 | 0 | 65 | 27 | 5 | 507 | 124 | 106 |
| Binary | 11110011 | 1110010 | 10111010 | 0 | 110101 | 10111 | 101 | 101000111 | 1010100 | 1000110 |
Color Harmonies of #F372BA
Complementary color
Monochromatic Colors of #F372BA
Black with #F372BA
Text Example
Text Example
White with #F372BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F372BA; }
p { color: rgb(243,114,186); }
H1.HeaderClassName
{
color: #F372BA;
}
.AnyTagClassName
{
color: #F372BA;
}
</style>
background-color css
<style>
a { background-color: #F372BA; }
a { background-color: rgb(243,114,186); }
div.DivClassName
{
background-color: #F372BA;
}
.BgClassName
{
background-color: #F372BA;
}
</style>
border-color css
<style>
span { border-color: #F372BA; }
span { border-color: rgb(243,114,186); }
td.TdClassName
{
border-color: #F372BA;
}
.TagClassName
{
border-color: #F372BA;
}
</style>