Shades of Persian Rose #F61F9D
Tints of Persian Rose #F61F9D
RGB
CMYK
RGB Variations
Color information
#F61F9D (or 0xF61F9D) is known color: Persian Rose. HEX triplet: F6, 1F and 9D. RGB value is (246,31,157). Sum of RGB (Red+Green+Blue) = 246+31+157=434 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.68% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 246 - color contains mainly: red. Hex color #F61F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61F9D is #09E062. Grayscale: #6D6D6D. Windows color (decimal): -647267 or 10297334. OLE color: 10297334.
HSL color Cylindrical-coordinate representation of color #F61F9D: hue angle of 324.84º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61F9D is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 157 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.04 |
| HSL | 324.84º | 0.92% | 0.54% | - |
| HSV(B) | 324.84º | 0.87% | 0.96% | - |
| XYZ | 44.58 | 23.01 | 33.99 | - |
| YUV | 109.65 | 154.73 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 157 | 0 | 0.87 | 0.36 | 0.04 | 324.84 | 0.92 | 0.54 |
| Hex | F6 | 1F | 9D | 0 | 57 | 24 | 4 | 145 | 5C | 36 |
| Octal | 366 | 37 | 235 | 0 | 127 | 44 | 4 | 505 | 134 | 66 |
| Binary | 11110110 | 11111 | 10011101 | 0 | 1010111 | 100100 | 100 | 101000101 | 1011100 | 110110 |
Color Harmonies of #F61F9D
Complementary color
Monochromatic Colors of #F61F9D
Black with #F61F9D
Text Example
Text Example
White with #F61F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61F9D; }
p { color: rgb(246,31,157); }
H1.HeaderClassName
{
color: #F61F9D;
}
.AnyTagClassName
{
color: #F61F9D;
}
</style>
background-color css
<style>
a { background-color: #F61F9D; }
a { background-color: rgb(246,31,157); }
div.DivClassName
{
background-color: #F61F9D;
}
.BgClassName
{
background-color: #F61F9D;
}
</style>
border-color css
<style>
span { border-color: #F61F9D; }
span { border-color: rgb(246,31,157); }
td.TdClassName
{
border-color: #F61F9D;
}
.TagClassName
{
border-color: #F61F9D;
}
</style>