Shades of Persian Rose #F129AC
Tints of Persian Rose #F129AC
RGB
CMYK
RGB Variations
Color information
#F129AC (or 0xF129AC) is known color: Persian Rose. HEX triplet: F1, 29 and AC. RGB value is (241,41,172). Sum of RGB (Red+Green+Blue) = 241+41+172=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 41 (16.41% from 255 or 9.03% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F129AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F129AC is #0ED653. Grayscale: #737373. Windows color (decimal): -972372 or 11282929. OLE color: 11282929.
HSL color Cylindrical-coordinate representation of color #F129AC: hue angle of 320.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F129AC is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 172 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 320.7º | 0.88% | 0.55% | - |
| HSV(B) | 320.7º | 0.83% | 0.95% | - |
| XYZ | 44.51 | 23.27 | 41.17 | - |
| YUV | 115.73 | 159.76 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 172 | 0 | 0.83 | 0.29 | 0.05 | 320.7 | 0.88 | 0.55 |
| Hex | F1 | 29 | AC | 0 | 53 | 1D | 5 | 141 | 58 | 37 |
| Octal | 361 | 51 | 254 | 0 | 123 | 35 | 5 | 501 | 130 | 67 |
| Binary | 11110001 | 101001 | 10101100 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011000 | 110111 |
Color Harmonies of #F129AC
Complementary color
Monochromatic Colors of #F129AC
Black with #F129AC
Text Example
Text Example
White with #F129AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F129AC; }
p { color: rgb(241,41,172); }
H1.HeaderClassName
{
color: #F129AC;
}
.AnyTagClassName
{
color: #F129AC;
}
</style>
background-color css
<style>
a { background-color: #F129AC; }
a { background-color: rgb(241,41,172); }
div.DivClassName
{
background-color: #F129AC;
}
.BgClassName
{
background-color: #F129AC;
}
</style>
border-color css
<style>
span { border-color: #F129AC; }
span { border-color: rgb(241,41,172); }
td.TdClassName
{
border-color: #F129AC;
}
.TagClassName
{
border-color: #F129AC;
}
</style>