Shades of Persian Rose #F61DA2
Tints of Persian Rose #F61DA2
RGB
CMYK
RGB Variations
Color information
#F61DA2 (or 0xF61DA2) is known color: Persian Rose. HEX triplet: F6, 1D and A2. RGB value is (246,29,162). Sum of RGB (Red+Green+Blue) = 246+29+162=437 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.29% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61DA2 is #09E25D. Grayscale: #6C6C6C. Windows color (decimal): -647774 or 10624502. OLE color: 10624502.
HSL color Cylindrical-coordinate representation of color #F61DA2: hue angle of 323.23º 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 #F61DA2 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 29 | 162 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.04 |
| HSL | 323.23º | 0.92% | 0.54% | - |
| HSV(B) | 323.23º | 0.88% | 0.96% | - |
| XYZ | 44.97 | 23.08 | 36.27 | - |
| YUV | 109.05 | 157.89 | 225.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 29 | 162 | 0 | 0.88 | 0.34 | 0.04 | 323.23 | 0.92 | 0.54 |
| Hex | F6 | 1D | A2 | 0 | 58 | 22 | 4 | 143 | 5C | 36 |
| Octal | 366 | 35 | 242 | 0 | 130 | 42 | 4 | 503 | 134 | 66 |
| Binary | 11110110 | 11101 | 10100010 | 0 | 1011000 | 100010 | 100 | 101000011 | 1011100 | 110110 |
Color Harmonies of #F61DA2
Complementary color
Monochromatic Colors of #F61DA2
Black with #F61DA2
Text Example
Text Example
White with #F61DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61DA2; }
p { color: rgb(246,29,162); }
H1.HeaderClassName
{
color: #F61DA2;
}
.AnyTagClassName
{
color: #F61DA2;
}
</style>
background-color css
<style>
a { background-color: #F61DA2; }
a { background-color: rgb(246,29,162); }
div.DivClassName
{
background-color: #F61DA2;
}
.BgClassName
{
background-color: #F61DA2;
}
</style>
border-color css
<style>
span { border-color: #F61DA2; }
span { border-color: rgb(246,29,162); }
td.TdClassName
{
border-color: #F61DA2;
}
.TagClassName
{
border-color: #F61DA2;
}
</style>