Shades of Persian Rose #FF1D9C
Tints of Persian Rose #FF1D9C
RGB
CMYK
RGB Variations
Color information
#FF1D9C (or 0xFF1D9C) is known color: Persian Rose. HEX triplet: FF, 1D and 9C. RGB value is (255,29,156). Sum of RGB (Red+Green+Blue) = 255+29+156=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1D9C is #00E263. Grayscale: #6E6E6E. Windows color (decimal): -57956 or 10231295. OLE color: 10231295.
HSL color Cylindrical-coordinate representation of color #FF1D9C: hue angle of 326.28º 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 #FF1D9C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 156 | - |
| CMYK | 0 | 0.89 | 0.39 | 0 |
| HSL | 326.28º | 1% | 0.56% | - |
| HSV(B) | 326.28º | 0.89% | 1% | - |
| XYZ | 47.68 | 24.54 | 33.68 | - |
| YUV | 111.05 | 153.37 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 156 | 0 | 0.89 | 0.39 | 0 | 326.28 | 1 | 0.56 |
| Hex | FF | 1D | 9C | 0 | 59 | 27 | 0 | 146 | 64 | 38 |
| Octal | 377 | 35 | 234 | 0 | 131 | 47 | 0 | 506 | 144 | 70 |
| Binary | 11111111 | 11101 | 10011100 | 0 | 1011001 | 100111 | 0 | 101000110 | 1100100 | 111000 |
Color Harmonies of #FF1D9C
Complementary color
Monochromatic Colors of #FF1D9C
Black with #FF1D9C
Text Example
Text Example
White with #FF1D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D9C; }
p { color: rgb(255,29,156); }
H1.HeaderClassName
{
color: #FF1D9C;
}
.AnyTagClassName
{
color: #FF1D9C;
}
</style>
background-color css
<style>
a { background-color: #FF1D9C; }
a { background-color: rgb(255,29,156); }
div.DivClassName
{
background-color: #FF1D9C;
}
.BgClassName
{
background-color: #FF1D9C;
}
</style>
border-color css
<style>
span { border-color: #FF1D9C; }
span { border-color: rgb(255,29,156); }
td.TdClassName
{
border-color: #FF1D9C;
}
.TagClassName
{
border-color: #FF1D9C;
}
</style>