Shades of Persian Rose #F62499
Tints of Persian Rose #F62499
RGB
CMYK
RGB Variations
Color information
#F62499 (or 0xF62499) is known color: Persian Rose. HEX triplet: F6, 24 and 99. RGB value is (246,36,153). Sum of RGB (Red+Green+Blue) = 246+36+153=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F62499 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62499 is #09DB66. Grayscale: #6F6F6F. Windows color (decimal): -645991 or 10036470. OLE color: 10036470.
HSL color Cylindrical-coordinate representation of color #F62499: hue angle of 326.57º 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 #F62499 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 153 | - |
| CMYK | 0 | 0.85 | 0.38 | 0.04 |
| HSL | 326.57º | 0.92% | 0.55% | - |
| HSV(B) | 326.57º | 0.85% | 0.96% | - |
| XYZ | 44.39 | 23.15 | 32.27 | - |
| YUV | 112.13 | 151.07 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 153 | 0 | 0.85 | 0.38 | 0.04 | 326.57 | 0.92 | 0.55 |
| Hex | F6 | 24 | 99 | 0 | 55 | 26 | 4 | 147 | 5C | 37 |
| Octal | 366 | 44 | 231 | 0 | 125 | 46 | 4 | 507 | 134 | 67 |
| Binary | 11110110 | 100100 | 10011001 | 0 | 1010101 | 100110 | 100 | 101000111 | 1011100 | 110111 |
Color Harmonies of #F62499
Complementary color
Monochromatic Colors of #F62499
Black with #F62499
Text Example
Text Example
White with #F62499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62499; }
p { color: rgb(246,36,153); }
H1.HeaderClassName
{
color: #F62499;
}
.AnyTagClassName
{
color: #F62499;
}
</style>
background-color css
<style>
a { background-color: #F62499; }
a { background-color: rgb(246,36,153); }
div.DivClassName
{
background-color: #F62499;
}
.BgClassName
{
background-color: #F62499;
}
</style>
border-color css
<style>
span { border-color: #F62499; }
span { border-color: rgb(246,36,153); }
td.TdClassName
{
border-color: #F62499;
}
.TagClassName
{
border-color: #F62499;
}
</style>