Shades of Persian Rose #F629A0
Tints of Persian Rose #F629A0
RGB
CMYK
RGB Variations
Color information
#F629A0 (or 0xF629A0) is known color: Persian Rose. HEX triplet: F6, 29 and A0. RGB value is (246,41,160). Sum of RGB (Red+Green+Blue) = 246+41+160=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F629A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F629A0 is #09D65F. Grayscale: #737373. Windows color (decimal): -644704 or 10496502. OLE color: 10496502.
HSL color Cylindrical-coordinate representation of color #F629A0: hue angle of 325.17º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F629A0 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 160 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.04 |
| HSL | 325.17º | 0.92% | 0.56% | - |
| HSV(B) | 325.17º | 0.83% | 0.96% | - |
| XYZ | 45.14 | 23.72 | 35.46 | - |
| YUV | 115.86 | 152.92 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 160 | 0 | 0.83 | 0.35 | 0.04 | 325.17 | 0.92 | 0.56 |
| Hex | F6 | 29 | A0 | 0 | 53 | 23 | 4 | 145 | 5C | 38 |
| Octal | 366 | 51 | 240 | 0 | 123 | 43 | 4 | 505 | 134 | 70 |
| Binary | 11110110 | 101001 | 10100000 | 0 | 1010011 | 100011 | 100 | 101000101 | 1011100 | 111000 |
Color Harmonies of #F629A0
Complementary color
Monochromatic Colors of #F629A0
Black with #F629A0
Text Example
Text Example
White with #F629A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629A0; }
p { color: rgb(246,41,160); }
H1.HeaderClassName
{
color: #F629A0;
}
.AnyTagClassName
{
color: #F629A0;
}
</style>
background-color css
<style>
a { background-color: #F629A0; }
a { background-color: rgb(246,41,160); }
div.DivClassName
{
background-color: #F629A0;
}
.BgClassName
{
background-color: #F629A0;
}
</style>
border-color css
<style>
span { border-color: #F629A0; }
span { border-color: rgb(246,41,160); }
td.TdClassName
{
border-color: #F629A0;
}
.TagClassName
{
border-color: #F629A0;
}
</style>