Shades of Persian Pink #F373B9
Tints of Persian Pink #F373B9
RGB
CMYK
RGB Variations
Color information
#F373B9 (or 0xF373B9) is known color: Persian Pink. HEX triplet: F3, 73 and B9. RGB value is (243,115,185). Sum of RGB (Red+Green+Blue) = 243+115+185=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 185 (72.66% from 255 or 34.07% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F373B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F373B9 is #0C8C46. Grayscale: #A1A1A1. Windows color (decimal): -822343 or 12153843. OLE color: 12153843.
HSL color Cylindrical-coordinate representation of color #F373B9: hue angle of 327.19º 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 #F373B9 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 185 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.05 |
| HSL | 327.19º | 0.84% | 0.7% | - |
| HSV(B) | 327.19º | 0.53% | 0.95% | - |
| XYZ | 51.85 | 34.82 | 49.89 | - |
| YUV | 161.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 185 | 0 | 0.53 | 0.24 | 0.05 | 327.19 | 0.84 | 0.7 |
| Hex | F3 | 73 | B9 | 0 | 35 | 18 | 5 | 147 | 54 | 46 |
| Octal | 363 | 163 | 271 | 0 | 65 | 30 | 5 | 507 | 124 | 106 |
| Binary | 11110011 | 1110011 | 10111001 | 0 | 110101 | 11000 | 101 | 101000111 | 1010100 | 1000110 |
Color Harmonies of #F373B9
Complementary color
Monochromatic Colors of #F373B9
Black with #F373B9
Text Example
Text Example
White with #F373B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F373B9; }
p { color: rgb(243,115,185); }
H1.HeaderClassName
{
color: #F373B9;
}
.AnyTagClassName
{
color: #F373B9;
}
</style>
background-color css
<style>
a { background-color: #F373B9; }
a { background-color: rgb(243,115,185); }
div.DivClassName
{
background-color: #F373B9;
}
.BgClassName
{
background-color: #F373B9;
}
</style>
border-color css
<style>
span { border-color: #F373B9; }
span { border-color: rgb(243,115,185); }
td.TdClassName
{
border-color: #F373B9;
}
.TagClassName
{
border-color: #F373B9;
}
</style>