Shades of Persian Rose #FF1F9D
Tints of Persian Rose #FF1F9D
RGB
CMYK
RGB Variations
Color information
#FF1F9D (or 0xFF1F9D) is known color: Persian Rose. HEX triplet: FF, 1F and 9D. RGB value is (255,31,157). Sum of RGB (Red+Green+Blue) = 255+31+157=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F9D is #00E062. Grayscale: #707070. Windows color (decimal): -57443 or 10297343. OLE color: 10297343.
HSL color Cylindrical-coordinate representation of color #FF1F9D: hue angle of 326.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F9D is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 157 | - |
| CMYK | 0 | 0.88 | 0.38 | 0 |
| HSL | 326.25º | 1% | 0.56% | - |
| HSV(B) | 326.25º | 0.88% | 1% | - |
| XYZ | 47.82 | 24.67 | 34.14 | - |
| YUV | 112.34 | 153.21 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 157 | 0 | 0.88 | 0.38 | 0 | 326.25 | 1 | 0.56 |
| Hex | FF | 1F | 9D | 0 | 58 | 26 | 0 | 146 | 64 | 38 |
| Octal | 377 | 37 | 235 | 0 | 130 | 46 | 0 | 506 | 144 | 70 |
| Binary | 11111111 | 11111 | 10011101 | 0 | 1011000 | 100110 | 0 | 101000110 | 1100100 | 111000 |
Color Harmonies of #FF1F9D
Complementary color
Monochromatic Colors of #FF1F9D
Black with #FF1F9D
Text Example
Text Example
White with #FF1F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F9D; }
p { color: rgb(255,31,157); }
H1.HeaderClassName
{
color: #FF1F9D;
}
.AnyTagClassName
{
color: #FF1F9D;
}
</style>
background-color css
<style>
a { background-color: #FF1F9D; }
a { background-color: rgb(255,31,157); }
div.DivClassName
{
background-color: #FF1F9D;
}
.BgClassName
{
background-color: #FF1F9D;
}
</style>
border-color css
<style>
span { border-color: #FF1F9D; }
span { border-color: rgb(255,31,157); }
td.TdClassName
{
border-color: #FF1F9D;
}
.TagClassName
{
border-color: #FF1F9D;
}
</style>