Shades of Persian Rose #FF2D9E
Tints of Persian Rose #FF2D9E
RGB
CMYK
RGB Variations
Color information
#FF2D9E (or 0xFF2D9E) is known color: Persian Rose. HEX triplet: FF, 2D and 9E. RGB value is (255,45,158). Sum of RGB (Red+Green+Blue) = 255+45+158=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D9E is #00D261. Grayscale: #787878. Windows color (decimal): -53858 or 10366463. OLE color: 10366463.
HSL color Cylindrical-coordinate representation of color #FF2D9E: hue angle of 327.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2D9E is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 158 | - |
| CMYK | 0 | 0.82 | 0.38 | 0 |
| HSL | 327.71º | 1% | 0.59% | - |
| HSV(B) | 327.71º | 0.82% | 1% | - |
| XYZ | 48.35 | 25.61 | 34.74 | - |
| YUV | 120.67 | 149.07 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 158 | 0 | 0.82 | 0.38 | 0 | 327.71 | 1 | 0.59 |
| Hex | FF | 2D | 9E | 0 | 52 | 26 | 0 | 148 | 64 | 3B |
| Octal | 377 | 55 | 236 | 0 | 122 | 46 | 0 | 510 | 144 | 73 |
| Binary | 11111111 | 101101 | 10011110 | 0 | 1010010 | 100110 | 0 | 101001000 | 1100100 | 111011 |
Color Harmonies of #FF2D9E
Complementary color
Monochromatic Colors of #FF2D9E
Black with #FF2D9E
Text Example
Text Example
White with #FF2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D9E; }
p { color: rgb(255,45,158); }
H1.HeaderClassName
{
color: #FF2D9E;
}
.AnyTagClassName
{
color: #FF2D9E;
}
</style>
background-color css
<style>
a { background-color: #FF2D9E; }
a { background-color: rgb(255,45,158); }
div.DivClassName
{
background-color: #FF2D9E;
}
.BgClassName
{
background-color: #FF2D9E;
}
</style>
border-color css
<style>
span { border-color: #FF2D9E; }
span { border-color: rgb(255,45,158); }
td.TdClassName
{
border-color: #FF2D9E;
}
.TagClassName
{
border-color: #FF2D9E;
}
</style>