Shades of Persian Rose #F22598
Tints of Persian Rose #F22598
RGB
CMYK
RGB Variations
Color information
#F22598 (or 0xF22598) is known color: Persian Rose. HEX triplet: F2, 25 and 98. RGB value is (242,37,152). Sum of RGB (Red+Green+Blue) = 242+37+152=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F22598 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22598 is #0DDA67. Grayscale: #6F6F6F. Windows color (decimal): -907880 or 9971186. OLE color: 9971186.
HSL color Cylindrical-coordinate representation of color #F22598: hue angle of 326.34º 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 #F22598 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 152 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.05 |
| HSL | 326.34º | 0.89% | 0.55% | - |
| HSV(B) | 326.34º | 0.85% | 0.95% | - |
| XYZ | 42.95 | 22.47 | 31.78 | - |
| YUV | 111.41 | 150.92 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 152 | 0 | 0.85 | 0.37 | 0.05 | 326.34 | 0.89 | 0.55 |
| Hex | F2 | 25 | 98 | 0 | 55 | 25 | 5 | 146 | 59 | 37 |
| Octal | 362 | 45 | 230 | 0 | 125 | 45 | 5 | 506 | 131 | 67 |
| Binary | 11110010 | 100101 | 10011000 | 0 | 1010101 | 100101 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F22598
Complementary color
Monochromatic Colors of #F22598
Black with #F22598
Text Example
Text Example
White with #F22598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22598; }
p { color: rgb(242,37,152); }
H1.HeaderClassName
{
color: #F22598;
}
.AnyTagClassName
{
color: #F22598;
}
</style>
background-color css
<style>
a { background-color: #F22598; }
a { background-color: rgb(242,37,152); }
div.DivClassName
{
background-color: #F22598;
}
.BgClassName
{
background-color: #F22598;
}
</style>
border-color css
<style>
span { border-color: #F22598; }
span { border-color: rgb(242,37,152); }
td.TdClassName
{
border-color: #F22598;
}
.TagClassName
{
border-color: #F22598;
}
</style>