Shades of Persian Rose #FF2D9F
Tints of Persian Rose #FF2D9F
RGB
CMYK
RGB Variations
Color information
#FF2D9F (or 0xFF2D9F) is known color: Persian Rose. HEX triplet: FF, 2D and 9F. RGB value is (255,45,159). Sum of RGB (Red+Green+Blue) = 255+45+159=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 159 (62.5% from 255 or 34.64% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D9F is #00D260. Grayscale: #787878. Windows color (decimal): -53857 or 10431999. OLE color: 10431999.
HSL color Cylindrical-coordinate representation of color #FF2D9F: hue angle of 327.43º 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 #FF2D9F is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 159 | - |
| CMYK | 0 | 0.82 | 0.38 | 0 |
| HSL | 327.43º | 1% | 0.59% | - |
| HSV(B) | 327.43º | 0.82% | 1% | - |
| XYZ | 48.44 | 25.64 | 35.2 | - |
| YUV | 120.79 | 149.57 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 159 | 0 | 0.82 | 0.38 | 0 | 327.43 | 1 | 0.59 |
| Hex | FF | 2D | 9F | 0 | 52 | 26 | 0 | 147 | 64 | 3B |
| Octal | 377 | 55 | 237 | 0 | 122 | 46 | 0 | 507 | 144 | 73 |
| Binary | 11111111 | 101101 | 10011111 | 0 | 1010010 | 100110 | 0 | 101000111 | 1100100 | 111011 |
Color Harmonies of #FF2D9F
Complementary color
Monochromatic Colors of #FF2D9F
Black with #FF2D9F
Text Example
Text Example
White with #FF2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D9F; }
p { color: rgb(255,45,159); }
H1.HeaderClassName
{
color: #FF2D9F;
}
.AnyTagClassName
{
color: #FF2D9F;
}
</style>
background-color css
<style>
a { background-color: #FF2D9F; }
a { background-color: rgb(255,45,159); }
div.DivClassName
{
background-color: #FF2D9F;
}
.BgClassName
{
background-color: #FF2D9F;
}
</style>
border-color css
<style>
span { border-color: #FF2D9F; }
span { border-color: rgb(255,45,159); }
td.TdClassName
{
border-color: #FF2D9F;
}
.TagClassName
{
border-color: #FF2D9F;
}
</style>