Shades of Persian Rose #F6259C
Tints of Persian Rose #F6259C
RGB
CMYK
RGB Variations
Color information
#F6259C (or 0xF6259C) is known color: Persian Rose. HEX triplet: F6, 25 and 9C. RGB value is (246,37,156). Sum of RGB (Red+Green+Blue) = 246+37+156=439 (58% of max value = 765). Red value is 246 (96.48% from 255 or 56.04% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 246 - color contains mainly: red. Hex color #F6259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6259C is #09DA63. Grayscale: #707070. Windows color (decimal): -645732 or 10233334. OLE color: 10233334.
HSL color Cylindrical-coordinate representation of color #F6259C: hue angle of 325.84º 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 #F6259C is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 156 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.04 |
| HSL | 325.84º | 0.92% | 0.55% | - |
| HSV(B) | 325.84º | 0.85% | 0.96% | - |
| XYZ | 44.67 | 23.32 | 33.6 | - |
| YUV | 113.06 | 152.24 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 156 | 0 | 0.85 | 0.37 | 0.04 | 325.84 | 0.92 | 0.55 |
| Hex | F6 | 25 | 9C | 0 | 55 | 25 | 4 | 146 | 5C | 37 |
| Octal | 366 | 45 | 234 | 0 | 125 | 45 | 4 | 506 | 134 | 67 |
| Binary | 11110110 | 100101 | 10011100 | 0 | 1010101 | 100101 | 100 | 101000110 | 1011100 | 110111 |
Color Harmonies of #F6259C
Complementary color
Monochromatic Colors of #F6259C
Black with #F6259C
Text Example
Text Example
White with #F6259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6259C; }
p { color: rgb(246,37,156); }
H1.HeaderClassName
{
color: #F6259C;
}
.AnyTagClassName
{
color: #F6259C;
}
</style>
background-color css
<style>
a { background-color: #F6259C; }
a { background-color: rgb(246,37,156); }
div.DivClassName
{
background-color: #F6259C;
}
.BgClassName
{
background-color: #F6259C;
}
</style>
border-color css
<style>
span { border-color: #F6259C; }
span { border-color: rgb(246,37,156); }
td.TdClassName
{
border-color: #F6259C;
}
.TagClassName
{
border-color: #F6259C;
}
</style>