Shades of Persian Rose #FF299D
Tints of Persian Rose #FF299D
RGB
CMYK
RGB Variations
Color information
#FF299D (or 0xFF299D) is known color: Persian Rose. HEX triplet: FF, 29 and 9D. RGB value is (255,41,157). Sum of RGB (Red+Green+Blue) = 255+41+157=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF299D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF299D is #00D662. Grayscale: #757575. Windows color (decimal): -54883 or 10299903. OLE color: 10299903.
HSL color Cylindrical-coordinate representation of color #FF299D: hue angle of 327.48º 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 #FF299D is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 157 | - |
| CMYK | 0 | 0.84 | 0.38 | 0 |
| HSL | 327.48º | 1% | 0.58% | - |
| HSV(B) | 327.48º | 0.84% | 1% | - |
| XYZ | 48.12 | 25.28 | 34.24 | - |
| YUV | 118.21 | 149.9 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 157 | 0 | 0.84 | 0.38 | 0 | 327.48 | 1 | 0.58 |
| Hex | FF | 29 | 9D | 0 | 54 | 26 | 0 | 147 | 64 | 3A |
| Octal | 377 | 51 | 235 | 0 | 124 | 46 | 0 | 507 | 144 | 72 |
| Binary | 11111111 | 101001 | 10011101 | 0 | 1010100 | 100110 | 0 | 101000111 | 1100100 | 111010 |
Color Harmonies of #FF299D
Complementary color
Monochromatic Colors of #FF299D
Black with #FF299D
Text Example
Text Example
White with #FF299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF299D; }
p { color: rgb(255,41,157); }
H1.HeaderClassName
{
color: #FF299D;
}
.AnyTagClassName
{
color: #FF299D;
}
</style>
background-color css
<style>
a { background-color: #FF299D; }
a { background-color: rgb(255,41,157); }
div.DivClassName
{
background-color: #FF299D;
}
.BgClassName
{
background-color: #FF299D;
}
</style>
border-color css
<style>
span { border-color: #FF299D; }
span { border-color: rgb(255,41,157); }
td.TdClassName
{
border-color: #FF299D;
}
.TagClassName
{
border-color: #FF299D;
}
</style>