Shades of Persian Pink #F37DB9
Tints of Persian Pink #F37DB9
RGB
CMYK
RGB Variations
Color information
#F37DB9 (or 0xF37DB9) is known color: Persian Pink. HEX triplet: F3, 7D and B9. RGB value is (243,125,185). Sum of RGB (Red+Green+Blue) = 243+125+185=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 185 (72.66% from 255 or 33.45% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F37DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37DB9 is #0C8246. Grayscale: #A6A6A6. Windows color (decimal): -819783 or 12156403. OLE color: 12156403.
HSL color Cylindrical-coordinate representation of color #F37DB9: hue angle of 329.49º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F37DB9 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 185 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.05 |
| HSL | 329.49º | 0.83% | 0.72% | - |
| HSV(B) | 329.49º | 0.49% | 0.95% | - |
| XYZ | 53.05 | 37.22 | 50.29 | - |
| YUV | 167.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 185 | 0 | 0.49 | 0.24 | 0.05 | 329.49 | 0.83 | 0.72 |
| Hex | F3 | 7D | B9 | 0 | 31 | 18 | 5 | 149 | 53 | 48 |
| Octal | 363 | 175 | 271 | 0 | 61 | 30 | 5 | 511 | 123 | 110 |
| Binary | 11110011 | 1111101 | 10111001 | 0 | 110001 | 11000 | 101 | 101001001 | 1010011 | 1001000 |
Color Harmonies of #F37DB9
Complementary color
Monochromatic Colors of #F37DB9
Black with #F37DB9
Text Example
Text Example
White with #F37DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37DB9; }
p { color: rgb(243,125,185); }
H1.HeaderClassName
{
color: #F37DB9;
}
.AnyTagClassName
{
color: #F37DB9;
}
</style>
background-color css
<style>
a { background-color: #F37DB9; }
a { background-color: rgb(243,125,185); }
div.DivClassName
{
background-color: #F37DB9;
}
.BgClassName
{
background-color: #F37DB9;
}
</style>
border-color css
<style>
span { border-color: #F37DB9; }
span { border-color: rgb(243,125,185); }
td.TdClassName
{
border-color: #F37DB9;
}
.TagClassName
{
border-color: #F37DB9;
}
</style>