Shades of Persian Rose #F62599
Tints of Persian Rose #F62599
RGB
CMYK
RGB Variations
Color information
#F62599 (or 0xF62599) is known color: Persian Rose. HEX triplet: F6, 25 and 99. RGB value is (246,37,153). Sum of RGB (Red+Green+Blue) = 246+37+153=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F62599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62599 is #09DA66. Grayscale: #707070. Windows color (decimal): -645735 or 10036726. OLE color: 10036726.
HSL color Cylindrical-coordinate representation of color #F62599: hue angle of 326.7º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F62599 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 153 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.04 |
| HSL | 326.7º | 0.92% | 0.55% | - |
| HSV(B) | 326.7º | 0.85% | 0.96% | - |
| XYZ | 44.42 | 23.22 | 32.28 | - |
| YUV | 112.72 | 150.74 | 223.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 153 | 0 | 0.85 | 0.38 | 0.04 | 326.7 | 0.92 | 0.55 |
| Hex | F6 | 25 | 99 | 0 | 55 | 26 | 4 | 147 | 5C | 37 |
| Octal | 366 | 45 | 231 | 0 | 125 | 46 | 4 | 507 | 134 | 67 |
| Binary | 11110110 | 100101 | 10011001 | 0 | 1010101 | 100110 | 100 | 101000111 | 1011100 | 110111 |
Color Harmonies of #F62599
Complementary color
Monochromatic Colors of #F62599
Black with #F62599
Text Example
Text Example
White with #F62599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62599; }
p { color: rgb(246,37,153); }
H1.HeaderClassName
{
color: #F62599;
}
.AnyTagClassName
{
color: #F62599;
}
</style>
background-color css
<style>
a { background-color: #F62599; }
a { background-color: rgb(246,37,153); }
div.DivClassName
{
background-color: #F62599;
}
.BgClassName
{
background-color: #F62599;
}
</style>
border-color css
<style>
span { border-color: #F62599; }
span { border-color: rgb(246,37,153); }
td.TdClassName
{
border-color: #F62599;
}
.TagClassName
{
border-color: #F62599;
}
</style>