Shades of Persian Rose #F9209D
Tints of Persian Rose #F9209D
RGB
CMYK
RGB Variations
Color information
#F9209D (or 0xF9209D) is known color: Persian Rose. HEX triplet: F9, 20 and 9D. RGB value is (249,32,157). Sum of RGB (Red+Green+Blue) = 249+32+157=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 32 (12.89% from 255 or 7.31% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F9209D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9209D is #06DF62. Grayscale: #6E6E6E. Windows color (decimal): -450403 or 10297593. OLE color: 10297593.
HSL color Cylindrical-coordinate representation of color #F9209D: hue angle of 325.44º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9209D is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 157 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.02 |
| HSL | 325.44º | 0.95% | 0.55% | - |
| HSV(B) | 325.44º | 0.87% | 0.98% | - |
| XYZ | 45.67 | 23.61 | 34.05 | - |
| YUV | 111.13 | 153.89 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 157 | 0 | 0.87 | 0.37 | 0.02 | 325.44 | 0.95 | 0.55 |
| Hex | F9 | 20 | 9D | 0 | 57 | 25 | 2 | 145 | 5F | 37 |
| Octal | 371 | 40 | 235 | 0 | 127 | 45 | 2 | 505 | 137 | 67 |
| Binary | 11111001 | 100000 | 10011101 | 0 | 1010111 | 100101 | 10 | 101000101 | 1011111 | 110111 |
Color Harmonies of #F9209D
Complementary color
Monochromatic Colors of #F9209D
Black with #F9209D
Text Example
Text Example
White with #F9209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9209D; }
p { color: rgb(249,32,157); }
H1.HeaderClassName
{
color: #F9209D;
}
.AnyTagClassName
{
color: #F9209D;
}
</style>
background-color css
<style>
a { background-color: #F9209D; }
a { background-color: rgb(249,32,157); }
div.DivClassName
{
background-color: #F9209D;
}
.BgClassName
{
background-color: #F9209D;
}
</style>
border-color css
<style>
span { border-color: #F9209D; }
span { border-color: rgb(249,32,157); }
td.TdClassName
{
border-color: #F9209D;
}
.TagClassName
{
border-color: #F9209D;
}
</style>