Shades of Persian Rose #F6259E
Tints of Persian Rose #F6259E
RGB
CMYK
RGB Variations
Color information
#F6259E (or 0xF6259E) is known color: Persian Rose. HEX triplet: F6, 25 and 9E. RGB value is (246,37,158). Sum of RGB (Red+Green+Blue) = 246+37+158=441 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.78% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 246 - color contains mainly: red. Hex color #F6259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6259E is #09DA61. Grayscale: #717171. Windows color (decimal): -645730 or 10364406. OLE color: 10364406.
HSL color Cylindrical-coordinate representation of color #F6259E: hue angle of 325.26º 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 #F6259E is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 158 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.04 |
| HSL | 325.26º | 0.92% | 0.55% | - |
| HSV(B) | 325.26º | 0.85% | 0.96% | - |
| XYZ | 44.84 | 23.38 | 34.5 | - |
| YUV | 113.29 | 153.24 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 158 | 0 | 0.85 | 0.36 | 0.04 | 325.26 | 0.92 | 0.55 |
| Hex | F6 | 25 | 9E | 0 | 55 | 24 | 4 | 145 | 5C | 37 |
| Octal | 366 | 45 | 236 | 0 | 125 | 44 | 4 | 505 | 134 | 67 |
| Binary | 11110110 | 100101 | 10011110 | 0 | 1010101 | 100100 | 100 | 101000101 | 1011100 | 110111 |
Color Harmonies of #F6259E
Complementary color
Monochromatic Colors of #F6259E
Black with #F6259E
Text Example
Text Example
White with #F6259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6259E; }
p { color: rgb(246,37,158); }
H1.HeaderClassName
{
color: #F6259E;
}
.AnyTagClassName
{
color: #F6259E;
}
</style>
background-color css
<style>
a { background-color: #F6259E; }
a { background-color: rgb(246,37,158); }
div.DivClassName
{
background-color: #F6259E;
}
.BgClassName
{
background-color: #F6259E;
}
</style>
border-color css
<style>
span { border-color: #F6259E; }
span { border-color: rgb(246,37,158); }
td.TdClassName
{
border-color: #F6259E;
}
.TagClassName
{
border-color: #F6259E;
}
</style>