Shades of Persian Rose #F1299D
Tints of Persian Rose #F1299D
RGB
CMYK
RGB Variations
Color information
#F1299D (or 0xF1299D) is known color: Persian Rose. HEX triplet: F1, 29 and 9D. RGB value is (241,41,157). Sum of RGB (Red+Green+Blue) = 241+41+157=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F1299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F1299D is #0ED662. Grayscale: #717171. Windows color (decimal): -972387 or 10299889. OLE color: 10299889.
HSL color Cylindrical-coordinate representation of color #F1299D: hue angle of 325.2º 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 #F1299D is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 157 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.05 |
| HSL | 325.2º | 0.88% | 0.55% | - |
| HSV(B) | 325.2º | 0.83% | 0.95% | - |
| XYZ | 43.15 | 22.72 | 34.01 | - |
| YUV | 114.02 | 152.26 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 157 | 0 | 0.83 | 0.35 | 0.05 | 325.2 | 0.88 | 0.55 |
| Hex | F1 | 29 | 9D | 0 | 53 | 23 | 5 | 145 | 58 | 37 |
| Octal | 361 | 51 | 235 | 0 | 123 | 43 | 5 | 505 | 130 | 67 |
| Binary | 11110001 | 101001 | 10011101 | 0 | 1010011 | 100011 | 101 | 101000101 | 1011000 | 110111 |
Color Harmonies of #F1299D
Complementary color
Monochromatic Colors of #F1299D
Black with #F1299D
Text Example
Text Example
White with #F1299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1299D; }
p { color: rgb(241,41,157); }
H1.HeaderClassName
{
color: #F1299D;
}
.AnyTagClassName
{
color: #F1299D;
}
</style>
background-color css
<style>
a { background-color: #F1299D; }
a { background-color: rgb(241,41,157); }
div.DivClassName
{
background-color: #F1299D;
}
.BgClassName
{
background-color: #F1299D;
}
</style>
border-color css
<style>
span { border-color: #F1299D; }
span { border-color: rgb(241,41,157); }
td.TdClassName
{
border-color: #F1299D;
}
.TagClassName
{
border-color: #F1299D;
}
</style>