Shades of Persian Rose #F22699
Tints of Persian Rose #F22699
RGB
CMYK
RGB Variations
Color information
#F22699 (or 0xF22699) is known color: Persian Rose. HEX triplet: F2, 26 and 99. RGB value is (242,38,153). Sum of RGB (Red+Green+Blue) = 242+38+153=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F22699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22699 is #0DD966. Grayscale: #6F6F6F. Windows color (decimal): -907623 or 10036978. OLE color: 10036978.
HSL color Cylindrical-coordinate representation of color #F22699: hue angle of 326.18º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F22699 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 153 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.05 |
| HSL | 326.18º | 0.89% | 0.55% | - |
| HSV(B) | 326.18º | 0.84% | 0.95% | - |
| XYZ | 43.06 | 22.56 | 32.22 | - |
| YUV | 112.11 | 151.09 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 153 | 0 | 0.84 | 0.37 | 0.05 | 326.18 | 0.89 | 0.55 |
| Hex | F2 | 26 | 99 | 0 | 54 | 25 | 5 | 146 | 59 | 37 |
| Octal | 362 | 46 | 231 | 0 | 124 | 45 | 5 | 506 | 131 | 67 |
| Binary | 11110010 | 100110 | 10011001 | 0 | 1010100 | 100101 | 101 | 101000110 | 1011001 | 110111 |
Color Harmonies of #F22699
Complementary color
Monochromatic Colors of #F22699
Black with #F22699
Text Example
Text Example
White with #F22699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22699; }
p { color: rgb(242,38,153); }
H1.HeaderClassName
{
color: #F22699;
}
.AnyTagClassName
{
color: #F22699;
}
</style>
background-color css
<style>
a { background-color: #F22699; }
a { background-color: rgb(242,38,153); }
div.DivClassName
{
background-color: #F22699;
}
.BgClassName
{
background-color: #F22699;
}
</style>
border-color css
<style>
span { border-color: #F22699; }
span { border-color: rgb(242,38,153); }
td.TdClassName
{
border-color: #F22699;
}
.TagClassName
{
border-color: #F22699;
}
</style>