Shades of Persian Rose #F9299D
Tints of Persian Rose #F9299D
RGB
CMYK
RGB Variations
Color information
#F9299D (or 0xF9299D) is known color: Persian Rose. HEX triplet: F9, 29 and 9D. RGB value is (249,41,157). Sum of RGB (Red+Green+Blue) = 249+41+157=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9299D is #06D662. Grayscale: #747474. Windows color (decimal): -448099 or 10299897. OLE color: 10299897.
HSL color Cylindrical-coordinate representation of color #F9299D: hue angle of 326.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9299D is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 157 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.02 |
| HSL | 326.54º | 0.95% | 0.57% | - |
| HSV(B) | 326.54º | 0.84% | 0.98% | - |
| XYZ | 45.95 | 24.16 | 34.14 | - |
| YUV | 116.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 157 | 0 | 0.84 | 0.37 | 0.02 | 326.54 | 0.95 | 0.57 |
| Hex | F9 | 29 | 9D | 0 | 54 | 25 | 2 | 147 | 5F | 39 |
| Octal | 371 | 51 | 235 | 0 | 124 | 45 | 2 | 507 | 137 | 71 |
| Binary | 11111001 | 101001 | 10011101 | 0 | 1010100 | 100101 | 10 | 101000111 | 1011111 | 111001 |
Color Harmonies of #F9299D
Complementary color
Monochromatic Colors of #F9299D
Black with #F9299D
Text Example
Text Example
White with #F9299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9299D; }
p { color: rgb(249,41,157); }
H1.HeaderClassName
{
color: #F9299D;
}
.AnyTagClassName
{
color: #F9299D;
}
</style>
background-color css
<style>
a { background-color: #F9299D; }
a { background-color: rgb(249,41,157); }
div.DivClassName
{
background-color: #F9299D;
}
.BgClassName
{
background-color: #F9299D;
}
</style>
border-color css
<style>
span { border-color: #F9299D; }
span { border-color: rgb(249,41,157); }
td.TdClassName
{
border-color: #F9299D;
}
.TagClassName
{
border-color: #F9299D;
}
</style>