Shades of Persian Rose #F12592
Tints of Persian Rose #F12592
RGB
CMYK
RGB Variations
Color information
#F12592 (or 0xF12592) is known color: Persian Rose. HEX triplet: F1, 25 and 92. RGB value is (241,37,146). Sum of RGB (Red+Green+Blue) = 241+37+146=424 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.84% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 146 (57.42% from 255 or 34.43% from 424); Max value from RGB is 241 - color contains mainly: red. Hex color #F12592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F12592 is #0EDA6D. Grayscale: #6E6E6E. Windows color (decimal): -973422 or 9577969. OLE color: 9577969.
HSL color Cylindrical-coordinate representation of color #F12592: hue angle of 327.94º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F12592 is Cyan = 0, Magento = 0.85, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 146 | - |
| CMYK | 0 | 0.85 | 0.39 | 0.05 |
| HSL | 327.94º | 0.88% | 0.55% | - |
| HSV(B) | 327.94º | 0.85% | 0.95% | - |
| XYZ | 42.13 | 22.1 | 29.24 | - |
| YUV | 110.42 | 148.09 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 146 | 0 | 0.85 | 0.39 | 0.05 | 327.94 | 0.88 | 0.55 |
| Hex | F1 | 25 | 92 | 0 | 55 | 27 | 5 | 148 | 58 | 37 |
| Octal | 361 | 45 | 222 | 0 | 125 | 47 | 5 | 510 | 130 | 67 |
| Binary | 11110001 | 100101 | 10010010 | 0 | 1010101 | 100111 | 101 | 101001000 | 1011000 | 110111 |
Color Harmonies of #F12592
Complementary color
Monochromatic Colors of #F12592
Black with #F12592
Text Example
Text Example
White with #F12592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12592; }
p { color: rgb(241,37,146); }
H1.HeaderClassName
{
color: #F12592;
}
.AnyTagClassName
{
color: #F12592;
}
</style>
background-color css
<style>
a { background-color: #F12592; }
a { background-color: rgb(241,37,146); }
div.DivClassName
{
background-color: #F12592;
}
.BgClassName
{
background-color: #F12592;
}
</style>
border-color css
<style>
span { border-color: #F12592; }
span { border-color: rgb(241,37,146); }
td.TdClassName
{
border-color: #F12592;
}
.TagClassName
{
border-color: #F12592;
}
</style>