Shades of Persian Rose #F22592
Tints of Persian Rose #F22592
RGB
CMYK
RGB Variations
Color information
#F22592 (or 0xF22592) is known color: Persian Rose. HEX triplet: F2, 25 and 92. RGB value is (242,37,146). Sum of RGB (Red+Green+Blue) = 242+37+146=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F22592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22592 is #0DDA6D. Grayscale: #6E6E6E. Windows color (decimal): -907886 or 9577970. OLE color: 9577970.
HSL color Cylindrical-coordinate representation of color #F22592: hue angle of 328.1º degrees, saturation: 0.89, 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 #F22592 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 146 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.05 |
| HSL | 328.1º | 0.89% | 0.55% | - |
| HSV(B) | 328.1º | 0.85% | 0.95% | - |
| XYZ | 42.47 | 22.28 | 29.26 | - |
| YUV | 110.72 | 147.92 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 146 | 0 | 0.85 | 0.40 | 0.05 | 328.1 | 0.89 | 0.55 |
| Hex | F2 | 25 | 92 | 0 | 55 | 28 | 5 | 148 | 59 | 37 |
| Octal | 362 | 45 | 222 | 0 | 125 | 50 | 5 | 510 | 131 | 67 |
| Binary | 11110010 | 100101 | 10010010 | 0 | 1010101 | 101000 | 101 | 101001000 | 1011001 | 110111 |
Color Harmonies of #F22592
Complementary color
Monochromatic Colors of #F22592
Black with #F22592
Text Example
Text Example
White with #F22592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22592; }
p { color: rgb(242,37,146); }
H1.HeaderClassName
{
color: #F22592;
}
.AnyTagClassName
{
color: #F22592;
}
</style>
background-color css
<style>
a { background-color: #F22592; }
a { background-color: rgb(242,37,146); }
div.DivClassName
{
background-color: #F22592;
}
.BgClassName
{
background-color: #F22592;
}
</style>
border-color css
<style>
span { border-color: #F22592; }
span { border-color: rgb(242,37,146); }
td.TdClassName
{
border-color: #F22592;
}
.TagClassName
{
border-color: #F22592;
}
</style>