Shades of Persian Rose #F61CA2
Tints of Persian Rose #F61CA2
RGB
CMYK
RGB Variations
Color information
#F61CA2 (or 0xF61CA2) is known color: Persian Rose. HEX triplet: F6, 1C and A2. RGB value is (246,28,162). Sum of RGB (Red+Green+Blue) = 246+28+162=436 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.42% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 246 - color contains mainly: red. Hex color #F61CA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61CA2 is #09E35D. Grayscale: #6C6C6C. Windows color (decimal): -648030 or 10624246. OLE color: 10624246.
HSL color Cylindrical-coordinate representation of color #F61CA2: hue angle of 323.12º 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 #F61CA2 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 28 | 162 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.04 |
| HSL | 323.12º | 0.92% | 0.54% | - |
| HSV(B) | 323.12º | 0.89% | 0.96% | - |
| XYZ | 44.94 | 23.03 | 36.26 | - |
| YUV | 108.46 | 158.22 | 226.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 28 | 162 | 0 | 0.89 | 0.34 | 0.04 | 323.12 | 0.92 | 0.54 |
| Hex | F6 | 1C | A2 | 0 | 59 | 22 | 4 | 143 | 5C | 36 |
| Octal | 366 | 34 | 242 | 0 | 131 | 42 | 4 | 503 | 134 | 66 |
| Binary | 11110110 | 11100 | 10100010 | 0 | 1011001 | 100010 | 100 | 101000011 | 1011100 | 110110 |
Color Harmonies of #F61CA2
Complementary color
Monochromatic Colors of #F61CA2
Black with #F61CA2
Text Example
Text Example
White with #F61CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61CA2; }
p { color: rgb(246,28,162); }
H1.HeaderClassName
{
color: #F61CA2;
}
.AnyTagClassName
{
color: #F61CA2;
}
</style>
background-color css
<style>
a { background-color: #F61CA2; }
a { background-color: rgb(246,28,162); }
div.DivClassName
{
background-color: #F61CA2;
}
.BgClassName
{
background-color: #F61CA2;
}
</style>
border-color css
<style>
span { border-color: #F61CA2; }
span { border-color: rgb(246,28,162); }
td.TdClassName
{
border-color: #F61CA2;
}
.TagClassName
{
border-color: #F61CA2;
}
</style>