Shades of Persian Rose #F229AD
Tints of Persian Rose #F229AD
RGB
CMYK
RGB Variations
Color information
#F229AD (or 0xF229AD) is known color: Persian Rose. HEX triplet: F2, 29 and AD. RGB value is (242,41,173). Sum of RGB (Red+Green+Blue) = 242+41+173=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F229AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F229AD is #0DD652. Grayscale: #737373. Windows color (decimal): -906835 or 11348466. OLE color: 11348466.
HSL color Cylindrical-coordinate representation of color #F229AD: hue angle of 320.6º 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 #F229AD is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 173 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.05 |
| HSL | 320.6º | 0.89% | 0.55% | - |
| HSV(B) | 320.6º | 0.83% | 0.95% | - |
| XYZ | 44.95 | 23.48 | 41.7 | - |
| YUV | 116.15 | 160.09 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 173 | 0 | 0.83 | 0.29 | 0.05 | 320.6 | 0.89 | 0.55 |
| Hex | F2 | 29 | AD | 0 | 53 | 1D | 5 | 141 | 59 | 37 |
| Octal | 362 | 51 | 255 | 0 | 123 | 35 | 5 | 501 | 131 | 67 |
| Binary | 11110010 | 101001 | 10101101 | 0 | 1010011 | 11101 | 101 | 101000001 | 1011001 | 110111 |
Color Harmonies of #F229AD
Complementary color
Monochromatic Colors of #F229AD
Black with #F229AD
Text Example
Text Example
White with #F229AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229AD; }
p { color: rgb(242,41,173); }
H1.HeaderClassName
{
color: #F229AD;
}
.AnyTagClassName
{
color: #F229AD;
}
</style>
background-color css
<style>
a { background-color: #F229AD; }
a { background-color: rgb(242,41,173); }
div.DivClassName
{
background-color: #F229AD;
}
.BgClassName
{
background-color: #F229AD;
}
</style>
border-color css
<style>
span { border-color: #F229AD; }
span { border-color: rgb(242,41,173); }
td.TdClassName
{
border-color: #F229AD;
}
.TagClassName
{
border-color: #F229AD;
}
</style>