Shades of Persian Rose #F229AC
Tints of Persian Rose #F229AC
RGB
CMYK
RGB Variations
Color information
#F229AC (or 0xF229AC) is known color: Persian Rose. HEX triplet: F2, 29 and AC. RGB value is (242,41,172). Sum of RGB (Red+Green+Blue) = 242+41+172=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F229AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229AC is #0DD653. Grayscale: #737373. Windows color (decimal): -906836 or 11282930. OLE color: 11282930.
HSL color Cylindrical-coordinate representation of color #F229AC: hue angle of 320.9º degrees, saturation: 0.89, 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 #F229AC is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 172 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 320.9º | 0.89% | 0.55% | - |
| HSV(B) | 320.9º | 0.83% | 0.95% | - |
| XYZ | 44.86 | 23.44 | 41.19 | - |
| YUV | 116.03 | 159.59 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 172 | 0 | 0.83 | 0.29 | 0.05 | 320.9 | 0.89 | 0.55 |
| Hex | F2 | 29 | AC | 0 | 53 | 1D | 5 | 141 | 59 | 37 |
| Octal | 362 | 51 | 254 | 0 | 123 | 35 | 5 | 501 | 131 | 67 |
| Binary | 11110010 | 101001 | 10101100 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F229AC
Complementary color
Monochromatic Colors of #F229AC
Black with #F229AC
Text Example
Text Example
White with #F229AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229AC; }
p { color: rgb(242,41,172); }
H1.HeaderClassName
{
color: #F229AC;
}
.AnyTagClassName
{
color: #F229AC;
}
</style>
background-color css
<style>
a { background-color: #F229AC; }
a { background-color: rgb(242,41,172); }
div.DivClassName
{
background-color: #F229AC;
}
.BgClassName
{
background-color: #F229AC;
}
</style>
border-color css
<style>
span { border-color: #F229AC; }
span { border-color: rgb(242,41,172); }
td.TdClassName
{
border-color: #F229AC;
}
.TagClassName
{
border-color: #F229AC;
}
</style>