Shades of Persian Rose #F629AC
Tints of Persian Rose #F629AC
RGB
CMYK
RGB Variations
Color information
#F629AC (or 0xF629AC) is known color: Persian Rose. HEX triplet: F6, 29 and AC. RGB value is (246,41,172). Sum of RGB (Red+Green+Blue) = 246+41+172=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F629AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F629AC is #09D653. Grayscale: #747474. Windows color (decimal): -644692 or 11282934. OLE color: 11282934.
HSL color Cylindrical-coordinate representation of color #F629AC: hue angle of 321.66º 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 #F629AC is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 41 | 172 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.04 |
| HSL | 321.66º | 0.92% | 0.56% | - |
| HSV(B) | 321.66º | 0.83% | 0.96% | - |
| XYZ | 46.25 | 24.16 | 41.26 | - |
| YUV | 117.23 | 158.92 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 41 | 172 | 0 | 0.83 | 0.30 | 0.04 | 321.66 | 0.92 | 0.56 |
| Hex | F6 | 29 | AC | 0 | 53 | 1E | 4 | 142 | 5C | 38 |
| Octal | 366 | 51 | 254 | 0 | 123 | 36 | 4 | 502 | 134 | 70 |
| Binary | 11110110 | 101001 | 10101100 | 0 | 1010011 | 11110 | 100 | 101000010 | 1011100 | 111000 |
Color Harmonies of #F629AC
Complementary color
Monochromatic Colors of #F629AC
Black with #F629AC
Text Example
Text Example
White with #F629AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F629AC; }
p { color: rgb(246,41,172); }
H1.HeaderClassName
{
color: #F629AC;
}
.AnyTagClassName
{
color: #F629AC;
}
</style>
background-color css
<style>
a { background-color: #F629AC; }
a { background-color: rgb(246,41,172); }
div.DivClassName
{
background-color: #F629AC;
}
.BgClassName
{
background-color: #F629AC;
}
</style>
border-color css
<style>
span { border-color: #F629AC; }
span { border-color: rgb(246,41,172); }
td.TdClassName
{
border-color: #F629AC;
}
.TagClassName
{
border-color: #F629AC;
}
</style>