Shades of Persian Rose #F2299B
Tints of Persian Rose #F2299B
RGB
CMYK
RGB Variations
Color information
#F2299B (or 0xF2299B) is known color: Persian Rose. HEX triplet: F2, 29 and 9B. RGB value is (242,41,155). Sum of RGB (Red+Green+Blue) = 242+41+155=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2299B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2299B is #0DD664. Grayscale: #717171. Windows color (decimal): -906853 or 10168818. OLE color: 10168818.
HSL color Cylindrical-coordinate representation of color #F2299B: hue angle of 325.97º 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 #F2299B is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 155 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.05 |
| HSL | 325.97º | 0.89% | 0.55% | - |
| HSV(B) | 325.97º | 0.83% | 0.95% | - |
| XYZ | 43.33 | 22.83 | 33.13 | - |
| YUV | 114.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 155 | 0 | 0.83 | 0.36 | 0.05 | 325.97 | 0.89 | 0.55 |
| Hex | F2 | 29 | 9B | 0 | 53 | 24 | 5 | 146 | 59 | 37 |
| Octal | 362 | 51 | 233 | 0 | 123 | 44 | 5 | 506 | 131 | 67 |
| Binary | 11110010 | 101001 | 10011011 | 0 | 1010011 | 100100 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F2299B
Complementary color
Monochromatic Colors of #F2299B
Black with #F2299B
Text Example
Text Example
White with #F2299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2299B; }
p { color: rgb(242,41,155); }
H1.HeaderClassName
{
color: #F2299B;
}
.AnyTagClassName
{
color: #F2299B;
}
</style>
background-color css
<style>
a { background-color: #F2299B; }
a { background-color: rgb(242,41,155); }
div.DivClassName
{
background-color: #F2299B;
}
.BgClassName
{
background-color: #F2299B;
}
</style>
border-color css
<style>
span { border-color: #F2299B; }
span { border-color: rgb(242,41,155); }
td.TdClassName
{
border-color: #F2299B;
}
.TagClassName
{
border-color: #F2299B;
}
</style>