Shades of Persian Rose #F629A1
Tints of Persian Rose #F629A1
RGB
CMYK
RGB Variations
Color information
#F629A1 (or 0xF629A1) is known color: Persian Rose. HEX triplet: F6, 29 and A1. RGB value is (246,41,161). Sum of RGB (Red+Green+Blue) = 246+41+161=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F629A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F629A1 is #09D65E. Grayscale: #737373. Windows color (decimal): -644703 or 10562038. OLE color: 10562038.
HSL color Cylindrical-coordinate representation of color #F629A1: hue angle of 324.88º 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 #F629A1 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 161 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.04 |
| HSL | 324.88º | 0.92% | 0.56% | - |
| HSV(B) | 324.88º | 0.83% | 0.96% | - |
| XYZ | 45.23 | 23.75 | 35.92 | - |
| YUV | 115.98 | 153.42 | 220.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 161 | 0 | 0.83 | 0.35 | 0.04 | 324.88 | 0.92 | 0.56 |
| Hex | F6 | 29 | A1 | 0 | 53 | 23 | 4 | 145 | 5C | 38 |
| Octal | 366 | 51 | 241 | 0 | 123 | 43 | 4 | 505 | 134 | 70 |
| Binary | 11110110 | 101001 | 10100001 | 0 | 1010011 | 100011 | 100 | 101000101 | 1011100 | 111000 |
Color Harmonies of #F629A1
Complementary color
Monochromatic Colors of #F629A1
Black with #F629A1
Text Example
Text Example
White with #F629A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629A1; }
p { color: rgb(246,41,161); }
H1.HeaderClassName
{
color: #F629A1;
}
.AnyTagClassName
{
color: #F629A1;
}
</style>
background-color css
<style>
a { background-color: #F629A1; }
a { background-color: rgb(246,41,161); }
div.DivClassName
{
background-color: #F629A1;
}
.BgClassName
{
background-color: #F629A1;
}
</style>
border-color css
<style>
span { border-color: #F629A1; }
span { border-color: rgb(246,41,161); }
td.TdClassName
{
border-color: #F629A1;
}
.TagClassName
{
border-color: #F629A1;
}
</style>