Shades of Persian Rose #F1289E
Tints of Persian Rose #F1289E
RGB
CMYK
RGB Variations
Color information
#F1289E (or 0xF1289E) is known color: Persian Rose. HEX triplet: F1, 28 and 9E. RGB value is (241,40,158). Sum of RGB (Red+Green+Blue) = 241+40+158=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 40 (16.02% from 255 or 9.11% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1289E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1289E is #0ED761. Grayscale: #717171. Windows color (decimal): -972642 or 10365169. OLE color: 10365169.
HSL color Cylindrical-coordinate representation of color #F1289E: hue angle of 324.78º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1289E is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 158 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.05 |
| HSL | 324.78º | 0.88% | 0.55% | - |
| HSV(B) | 324.78º | 0.83% | 0.95% | - |
| XYZ | 43.21 | 22.69 | 34.45 | - |
| YUV | 113.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 158 | 0 | 0.83 | 0.34 | 0.05 | 324.78 | 0.88 | 0.55 |
| Hex | F1 | 28 | 9E | 0 | 53 | 22 | 5 | 145 | 58 | 37 |
| Octal | 361 | 50 | 236 | 0 | 123 | 42 | 5 | 505 | 130 | 67 |
| Binary | 11110001 | 101000 | 10011110 | 0 | 1010011 | 100010 | 101 | 101000101 | 1011000 | 110111 |
Color Harmonies of #F1289E
Complementary color
Monochromatic Colors of #F1289E
Black with #F1289E
Text Example
Text Example
White with #F1289E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1289E; }
p { color: rgb(241,40,158); }
H1.HeaderClassName
{
color: #F1289E;
}
.AnyTagClassName
{
color: #F1289E;
}
</style>
background-color css
<style>
a { background-color: #F1289E; }
a { background-color: rgb(241,40,158); }
div.DivClassName
{
background-color: #F1289E;
}
.BgClassName
{
background-color: #F1289E;
}
</style>
border-color css
<style>
span { border-color: #F1289E; }
span { border-color: rgb(241,40,158); }
td.TdClassName
{
border-color: #F1289E;
}
.TagClassName
{
border-color: #F1289E;
}
</style>