Shades of Persian Rose #F61D9E
Tints of Persian Rose #F61D9E
RGB
CMYK
RGB Variations
Color information
#F61D9E (or 0xF61D9E) is known color: Persian Rose. HEX triplet: F6, 1D and 9E. RGB value is (246,29,158). Sum of RGB (Red+Green+Blue) = 246+29+158=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F61D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61D9E is #09E261. Grayscale: #6C6C6C. Windows color (decimal): -647778 or 10362358. OLE color: 10362358.
HSL color Cylindrical-coordinate representation of color #F61D9E: hue angle of 324.33º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F61D9E is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 158 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.04 |
| HSL | 324.33º | 0.92% | 0.54% | - |
| HSV(B) | 324.33º | 0.88% | 0.96% | - |
| XYZ | 44.62 | 22.94 | 34.42 | - |
| YUV | 108.59 | 155.89 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 158 | 0 | 0.88 | 0.36 | 0.04 | 324.33 | 0.92 | 0.54 |
| Hex | F6 | 1D | 9E | 0 | 58 | 24 | 4 | 144 | 5C | 36 |
| Octal | 366 | 35 | 236 | 0 | 130 | 44 | 4 | 504 | 134 | 66 |
| Binary | 11110110 | 11101 | 10011110 | 0 | 1011000 | 100100 | 100 | 101000100 | 1011100 | 110110 |
Color Harmonies of #F61D9E
Complementary color
Monochromatic Colors of #F61D9E
Black with #F61D9E
Text Example
Text Example
White with #F61D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61D9E; }
p { color: rgb(246,29,158); }
H1.HeaderClassName
{
color: #F61D9E;
}
.AnyTagClassName
{
color: #F61D9E;
}
</style>
background-color css
<style>
a { background-color: #F61D9E; }
a { background-color: rgb(246,29,158); }
div.DivClassName
{
background-color: #F61D9E;
}
.BgClassName
{
background-color: #F61D9E;
}
</style>
border-color css
<style>
span { border-color: #F61D9E; }
span { border-color: rgb(246,29,158); }
td.TdClassName
{
border-color: #F61D9E;
}
.TagClassName
{
border-color: #F61D9E;
}
</style>