Shades of Persian Rose #F61E9D
Tints of Persian Rose #F61E9D
RGB
CMYK
RGB Variations
Color information
#F61E9D (or 0xF61E9D) is known color: Persian Rose. HEX triplet: F6, 1E and 9D. RGB value is (246,30,157). Sum of RGB (Red+Green+Blue) = 246+30+157=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 30 (12.11% from 255 or 6.93% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F61E9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61E9D is #09E162. Grayscale: #6C6C6C. Windows color (decimal): -647523 or 10297078. OLE color: 10297078.
HSL color Cylindrical-coordinate representation of color #F61E9D: hue angle of 324.72º 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 #F61E9D is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 30 | 157 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.04 |
| HSL | 324.72º | 0.92% | 0.54% | - |
| HSV(B) | 324.72º | 0.88% | 0.96% | - |
| XYZ | 44.56 | 22.96 | 33.98 | - |
| YUV | 109.06 | 155.06 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 30 | 157 | 0 | 0.88 | 0.36 | 0.04 | 324.72 | 0.92 | 0.54 |
| Hex | F6 | 1E | 9D | 0 | 58 | 24 | 4 | 145 | 5C | 36 |
| Octal | 366 | 36 | 235 | 0 | 130 | 44 | 4 | 505 | 134 | 66 |
| Binary | 11110110 | 11110 | 10011101 | 0 | 1011000 | 100100 | 100 | 101000101 | 1011100 | 110110 |
Color Harmonies of #F61E9D
Complementary color
Monochromatic Colors of #F61E9D
Black with #F61E9D
Text Example
Text Example
White with #F61E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61E9D; }
p { color: rgb(246,30,157); }
H1.HeaderClassName
{
color: #F61E9D;
}
.AnyTagClassName
{
color: #F61E9D;
}
</style>
background-color css
<style>
a { background-color: #F61E9D; }
a { background-color: rgb(246,30,157); }
div.DivClassName
{
background-color: #F61E9D;
}
.BgClassName
{
background-color: #F61E9D;
}
</style>
border-color css
<style>
span { border-color: #F61E9D; }
span { border-color: rgb(246,30,157); }
td.TdClassName
{
border-color: #F61E9D;
}
.TagClassName
{
border-color: #F61E9D;
}
</style>