Shades of Persian Rose #F61C9D
Tints of Persian Rose #F61C9D
RGB
CMYK
RGB Variations
Color information
#F61C9D (or 0xF61C9D) is known color: Persian Rose. HEX triplet: F6, 1C and 9D. RGB value is (246,28,157). Sum of RGB (Red+Green+Blue) = 246+28+157=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F61C9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61C9D is #09E362. Grayscale: #6B6B6B. Windows color (decimal): -648035 or 10296566. OLE color: 10296566.
HSL color Cylindrical-coordinate representation of color #F61C9D: hue angle of 324.5º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61C9D is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 157 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.04 |
| HSL | 324.5º | 0.92% | 0.54% | - |
| HSV(B) | 324.5º | 0.89% | 0.96% | - |
| XYZ | 44.51 | 22.86 | 33.96 | - |
| YUV | 107.89 | 155.72 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 157 | 0 | 0.89 | 0.36 | 0.04 | 324.5 | 0.92 | 0.54 |
| Hex | F6 | 1C | 9D | 0 | 59 | 24 | 4 | 144 | 5C | 36 |
| Octal | 366 | 34 | 235 | 0 | 131 | 44 | 4 | 504 | 134 | 66 |
| Binary | 11110110 | 11100 | 10011101 | 0 | 1011001 | 100100 | 100 | 101000100 | 1011100 | 110110 |
Color Harmonies of #F61C9D
Complementary color
Monochromatic Colors of #F61C9D
Black with #F61C9D
Text Example
Text Example
White with #F61C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61C9D; }
p { color: rgb(246,28,157); }
H1.HeaderClassName
{
color: #F61C9D;
}
.AnyTagClassName
{
color: #F61C9D;
}
</style>
background-color css
<style>
a { background-color: #F61C9D; }
a { background-color: rgb(246,28,157); }
div.DivClassName
{
background-color: #F61C9D;
}
.BgClassName
{
background-color: #F61C9D;
}
</style>
border-color css
<style>
span { border-color: #F61C9D; }
span { border-color: rgb(246,28,157); }
td.TdClassName
{
border-color: #F61C9D;
}
.TagClassName
{
border-color: #F61C9D;
}
</style>