Shades of Persian Rose #F1249D
Tints of Persian Rose #F1249D
RGB
CMYK
RGB Variations
Color information
#F1249D (or 0xF1249D) is known color: Persian Rose. HEX triplet: F1, 24 and 9D. RGB value is (241,36,157). Sum of RGB (Red+Green+Blue) = 241+36+157=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 36 (14.45% from 255 or 8.29% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1249D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1249D is #0EDB62. Grayscale: #6E6E6E. Windows color (decimal): -973667 or 10298609. OLE color: 10298609.
HSL color Cylindrical-coordinate representation of color #F1249D: hue angle of 324.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1249D is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 157 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.05 |
| HSL | 324.59º | 0.88% | 0.54% | - |
| HSV(B) | 324.59º | 0.85% | 0.95% | - |
| XYZ | 42.99 | 22.4 | 33.96 | - |
| YUV | 111.09 | 153.92 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 157 | 0 | 0.85 | 0.35 | 0.05 | 324.59 | 0.88 | 0.54 |
| Hex | F1 | 24 | 9D | 0 | 55 | 23 | 5 | 145 | 58 | 36 |
| Octal | 361 | 44 | 235 | 0 | 125 | 43 | 5 | 505 | 130 | 66 |
| Binary | 11110001 | 100100 | 10011101 | 0 | 1010101 | 100011 | 101 | 101000101 | 1011000 | 110110 |
Color Harmonies of #F1249D
Complementary color
Monochromatic Colors of #F1249D
Black with #F1249D
Text Example
Text Example
White with #F1249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1249D; }
p { color: rgb(241,36,157); }
H1.HeaderClassName
{
color: #F1249D;
}
.AnyTagClassName
{
color: #F1249D;
}
</style>
background-color css
<style>
a { background-color: #F1249D; }
a { background-color: rgb(241,36,157); }
div.DivClassName
{
background-color: #F1249D;
}
.BgClassName
{
background-color: #F1249D;
}
</style>
border-color css
<style>
span { border-color: #F1249D; }
span { border-color: rgb(241,36,157); }
td.TdClassName
{
border-color: #F1249D;
}
.TagClassName
{
border-color: #F1249D;
}
</style>