Shades of Persian Rose #F62199
Tints of Persian Rose #F62199
RGB
CMYK
RGB Variations
Color information
#F62199 (or 0xF62199) is known color: Persian Rose. HEX triplet: F6, 21 and 99. RGB value is (246,33,153). Sum of RGB (Red+Green+Blue) = 246+33+153=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 33 (13.28% from 255 or 7.64% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F62199 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62199 is #09DE66. Grayscale: #6E6E6E. Windows color (decimal): -646759 or 10035702. OLE color: 10035702.
HSL color Cylindrical-coordinate representation of color #F62199: hue angle of 326.2º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F62199 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 153 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.04 |
| HSL | 326.2º | 0.92% | 0.55% | - |
| HSV(B) | 326.2º | 0.87% | 0.96% | - |
| XYZ | 44.3 | 22.98 | 32.24 | - |
| YUV | 110.37 | 152.07 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 153 | 0 | 0.87 | 0.38 | 0.04 | 326.2 | 0.92 | 0.55 |
| Hex | F6 | 21 | 99 | 0 | 57 | 26 | 4 | 146 | 5C | 37 |
| Octal | 366 | 41 | 231 | 0 | 127 | 46 | 4 | 506 | 134 | 67 |
| Binary | 11110110 | 100001 | 10011001 | 0 | 1010111 | 100110 | 100 | 101000110 | 1011100 | 110111 |
Color Harmonies of #F62199
Complementary color
Monochromatic Colors of #F62199
Black with #F62199
Text Example
Text Example
White with #F62199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62199; }
p { color: rgb(246,33,153); }
H1.HeaderClassName
{
color: #F62199;
}
.AnyTagClassName
{
color: #F62199;
}
</style>
background-color css
<style>
a { background-color: #F62199; }
a { background-color: rgb(246,33,153); }
div.DivClassName
{
background-color: #F62199;
}
.BgClassName
{
background-color: #F62199;
}
</style>
border-color css
<style>
span { border-color: #F62199; }
span { border-color: rgb(246,33,153); }
td.TdClassName
{
border-color: #F62199;
}
.TagClassName
{
border-color: #F62199;
}
</style>