Shades of Persian Rose #FF299F
Tints of Persian Rose #FF299F
RGB
CMYK
RGB Variations
Color information
#FF299F (or 0xFF299F) is known color: Persian Rose. HEX triplet: FF, 29 and 9F. RGB value is (255,41,159). Sum of RGB (Red+Green+Blue) = 255+41+159=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF299F is #00D660. Grayscale: #767676. Windows color (decimal): -54881 or 10430975. OLE color: 10430975.
HSL color Cylindrical-coordinate representation of color #FF299F: hue angle of 326.92º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF299F is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 159 | - |
| CMYK | 0 | 0.84 | 0.38 | 0 |
| HSL | 326.92º | 1% | 0.58% | - |
| HSV(B) | 326.92º | 0.84% | 1% | - |
| XYZ | 48.29 | 25.35 | 35.15 | - |
| YUV | 118.44 | 150.9 | 225.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 159 | 0 | 0.84 | 0.38 | 0 | 326.92 | 1 | 0.58 |
| Hex | FF | 29 | 9F | 0 | 54 | 26 | 0 | 147 | 64 | 3A |
| Octal | 377 | 51 | 237 | 0 | 124 | 46 | 0 | 507 | 144 | 72 |
| Binary | 11111111 | 101001 | 10011111 | 0 | 1010100 | 100110 | 0 | 101000111 | 1100100 | 111010 |
Color Harmonies of #FF299F
Complementary color
Monochromatic Colors of #FF299F
Black with #FF299F
Text Example
Text Example
White with #FF299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF299F; }
p { color: rgb(255,41,159); }
H1.HeaderClassName
{
color: #FF299F;
}
.AnyTagClassName
{
color: #FF299F;
}
</style>
background-color css
<style>
a { background-color: #FF299F; }
a { background-color: rgb(255,41,159); }
div.DivClassName
{
background-color: #FF299F;
}
.BgClassName
{
background-color: #FF299F;
}
</style>
border-color css
<style>
span { border-color: #FF299F; }
span { border-color: rgb(255,41,159); }
td.TdClassName
{
border-color: #FF299F;
}
.TagClassName
{
border-color: #FF299F;
}
</style>