Shades of Persian Rose #F62E9E
Tints of Persian Rose #F62E9E
RGB
CMYK
RGB Variations
Color information
#F62E9E (or 0xF62E9E) is known color: Persian Rose. HEX triplet: F6, 2E and 9E. RGB value is (246,46,158). Sum of RGB (Red+Green+Blue) = 246+46+158=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F62E9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F62E9E is #09D161. Grayscale: #767676. Windows color (decimal): -643426 or 10366710. OLE color: 10366710.
HSL color Cylindrical-coordinate representation of color #F62E9E: hue angle of 326.4º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F62E9E is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 46 | 158 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.04 |
| HSL | 326.4º | 0.92% | 0.57% | - |
| HSV(B) | 326.4º | 0.81% | 0.96% | - |
| XYZ | 45.15 | 24.02 | 34.6 | - |
| YUV | 118.57 | 150.26 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 46 | 158 | 0 | 0.81 | 0.36 | 0.04 | 326.4 | 0.92 | 0.57 |
| Hex | F6 | 2E | 9E | 0 | 51 | 24 | 4 | 146 | 5C | 39 |
| Octal | 366 | 56 | 236 | 0 | 121 | 44 | 4 | 506 | 134 | 71 |
| Binary | 11110110 | 101110 | 10011110 | 0 | 1010001 | 100100 | 100 | 101000110 | 1011100 | 111001 |
Color Harmonies of #F62E9E
Complementary color
Monochromatic Colors of #F62E9E
Black with #F62E9E
Text Example
Text Example
White with #F62E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62E9E; }
p { color: rgb(246,46,158); }
H1.HeaderClassName
{
color: #F62E9E;
}
.AnyTagClassName
{
color: #F62E9E;
}
</style>
background-color css
<style>
a { background-color: #F62E9E; }
a { background-color: rgb(246,46,158); }
div.DivClassName
{
background-color: #F62E9E;
}
.BgClassName
{
background-color: #F62E9E;
}
</style>
border-color css
<style>
span { border-color: #F62E9E; }
span { border-color: rgb(246,46,158); }
td.TdClassName
{
border-color: #F62E9E;
}
.TagClassName
{
border-color: #F62E9E;
}
</style>