Shades of Persian Rose #FF1D9F
Tints of Persian Rose #FF1D9F
RGB
CMYK
RGB Variations
Color information
#FF1D9F (or 0xFF1D9F) is known color: Persian Rose. HEX triplet: FF, 1D and 9F. RGB value is (255,29,159). Sum of RGB (Red+Green+Blue) = 255+29+159=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1D9F is #00E260. Grayscale: #6F6F6F. Windows color (decimal): -57953 or 10427903. OLE color: 10427903.
HSL color Cylindrical-coordinate representation of color #FF1D9F: hue angle of 325.49º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D9F is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 159 | - |
| CMYK | 0 | 0.89 | 0.38 | 0 |
| HSL | 325.49º | 1% | 0.56% | - |
| HSV(B) | 325.49º | 0.89% | 1% | - |
| XYZ | 47.94 | 24.64 | 35.03 | - |
| YUV | 111.39 | 154.87 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 159 | 0 | 0.89 | 0.38 | 0 | 325.49 | 1 | 0.56 |
| Hex | FF | 1D | 9F | 0 | 59 | 26 | 0 | 145 | 64 | 38 |
| Octal | 377 | 35 | 237 | 0 | 131 | 46 | 0 | 505 | 144 | 70 |
| Binary | 11111111 | 11101 | 10011111 | 0 | 1011001 | 100110 | 0 | 101000101 | 1100100 | 111000 |
Color Harmonies of #FF1D9F
Complementary color
Monochromatic Colors of #FF1D9F
Black with #FF1D9F
Text Example
Text Example
White with #FF1D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D9F; }
p { color: rgb(255,29,159); }
H1.HeaderClassName
{
color: #FF1D9F;
}
.AnyTagClassName
{
color: #FF1D9F;
}
</style>
background-color css
<style>
a { background-color: #FF1D9F; }
a { background-color: rgb(255,29,159); }
div.DivClassName
{
background-color: #FF1D9F;
}
.BgClassName
{
background-color: #FF1D9F;
}
</style>
border-color css
<style>
span { border-color: #FF1D9F; }
span { border-color: rgb(255,29,159); }
td.TdClassName
{
border-color: #FF1D9F;
}
.TagClassName
{
border-color: #FF1D9F;
}
</style>