Shades of Persian Rose #F9249C
Tints of Persian Rose #F9249C
RGB
CMYK
RGB Variations
Color information
#F9249C (or 0xF9249C) is known color: Persian Rose. HEX triplet: F9, 24 and 9C. RGB value is (249,36,156). Sum of RGB (Red+Green+Blue) = 249+36+156=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 36 (14.45% from 255 or 8.16% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9249C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9249C is #06DB63. Grayscale: #717171. Windows color (decimal): -449380 or 10233081. OLE color: 10233081.
HSL color Cylindrical-coordinate representation of color #F9249C: hue angle of 326.2º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9249C is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 36 | 156 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.02 |
| HSL | 326.2º | 0.95% | 0.56% | - |
| HSV(B) | 326.2º | 0.86% | 0.98% | - |
| XYZ | 45.7 | 23.8 | 33.64 | - |
| YUV | 113.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 36 | 156 | 0 | 0.86 | 0.37 | 0.02 | 326.2 | 0.95 | 0.56 |
| Hex | F9 | 24 | 9C | 0 | 56 | 25 | 2 | 146 | 5F | 38 |
| Octal | 371 | 44 | 234 | 0 | 126 | 45 | 2 | 506 | 137 | 70 |
| Binary | 11111001 | 100100 | 10011100 | 0 | 1010110 | 100101 | 10 | 101000110 | 1011111 | 111000 |
Color Harmonies of #F9249C
Complementary color
Monochromatic Colors of #F9249C
Black with #F9249C
Text Example
Text Example
White with #F9249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9249C; }
p { color: rgb(249,36,156); }
H1.HeaderClassName
{
color: #F9249C;
}
.AnyTagClassName
{
color: #F9249C;
}
</style>
background-color css
<style>
a { background-color: #F9249C; }
a { background-color: rgb(249,36,156); }
div.DivClassName
{
background-color: #F9249C;
}
.BgClassName
{
background-color: #F9249C;
}
</style>
border-color css
<style>
span { border-color: #F9249C; }
span { border-color: rgb(249,36,156); }
td.TdClassName
{
border-color: #F9249C;
}
.TagClassName
{
border-color: #F9249C;
}
</style>