Shades of Persian Rose #F2299F
Tints of Persian Rose #F2299F
RGB
CMYK
RGB Variations
Color information
#F2299F (or 0xF2299F) is known color: Persian Rose. HEX triplet: F2, 29 and 9F. RGB value is (242,41,159). Sum of RGB (Red+Green+Blue) = 242+41+159=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 41 (16.41% from 255 or 9.28% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2299F is #0DD660. Grayscale: #727272. Windows color (decimal): -906849 or 10430962. OLE color: 10430962.
HSL color Cylindrical-coordinate representation of color #F2299F: hue angle of 324.78º degrees, saturation: 0.89, 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 #F2299F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 159 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.05 |
| HSL | 324.78º | 0.89% | 0.55% | - |
| HSV(B) | 324.78º | 0.83% | 0.95% | - |
| XYZ | 43.67 | 22.97 | 34.93 | - |
| YUV | 114.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 159 | 0 | 0.83 | 0.34 | 0.05 | 324.78 | 0.89 | 0.55 |
| Hex | F2 | 29 | 9F | 0 | 53 | 22 | 5 | 145 | 59 | 37 |
| Octal | 362 | 51 | 237 | 0 | 123 | 42 | 5 | 505 | 131 | 67 |
| Binary | 11110010 | 101001 | 10011111 | 0 | 1010011 | 100010 | 101 | 101000101 | 1011001 | 110111 |
Color Harmonies of #F2299F
Complementary color
Monochromatic Colors of #F2299F
Black with #F2299F
Text Example
Text Example
White with #F2299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2299F; }
p { color: rgb(242,41,159); }
H1.HeaderClassName
{
color: #F2299F;
}
.AnyTagClassName
{
color: #F2299F;
}
</style>
background-color css
<style>
a { background-color: #F2299F; }
a { background-color: rgb(242,41,159); }
div.DivClassName
{
background-color: #F2299F;
}
.BgClassName
{
background-color: #F2299F;
}
</style>
border-color css
<style>
span { border-color: #F2299F; }
span { border-color: rgb(242,41,159); }
td.TdClassName
{
border-color: #F2299F;
}
.TagClassName
{
border-color: #F2299F;
}
</style>