Shades of Persian Rose #FF1F9B
Tints of Persian Rose #FF1F9B
RGB
CMYK
RGB Variations
Color information
#FF1F9B (or 0xFF1F9B) is known color: Persian Rose. HEX triplet: FF, 1F and 9B. RGB value is (255,31,155). Sum of RGB (Red+Green+Blue) = 255+31+155=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F9B is #00E064. Grayscale: #6F6F6F. Windows color (decimal): -57445 or 10166271. OLE color: 10166271.
HSL color Cylindrical-coordinate representation of color #FF1F9B: hue angle of 326.79º 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 #FF1F9B is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 155 | - |
| CMYK | 0 | 0.88 | 0.39 | 0 |
| HSL | 326.79º | 1% | 0.56% | - |
| HSV(B) | 326.79º | 0.88% | 1% | - |
| XYZ | 47.65 | 24.61 | 33.25 | - |
| YUV | 112.11 | 152.21 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 155 | 0 | 0.88 | 0.39 | 0 | 326.79 | 1 | 0.56 |
| Hex | FF | 1F | 9B | 0 | 58 | 27 | 0 | 147 | 64 | 38 |
| Octal | 377 | 37 | 233 | 0 | 130 | 47 | 0 | 507 | 144 | 70 |
| Binary | 11111111 | 11111 | 10011011 | 0 | 1011000 | 100111 | 0 | 101000111 | 1100100 | 111000 |
Color Harmonies of #FF1F9B
Complementary color
Monochromatic Colors of #FF1F9B
Black with #FF1F9B
Text Example
Text Example
White with #FF1F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F9B; }
p { color: rgb(255,31,155); }
H1.HeaderClassName
{
color: #FF1F9B;
}
.AnyTagClassName
{
color: #FF1F9B;
}
</style>
background-color css
<style>
a { background-color: #FF1F9B; }
a { background-color: rgb(255,31,155); }
div.DivClassName
{
background-color: #FF1F9B;
}
.BgClassName
{
background-color: #FF1F9B;
}
</style>
border-color css
<style>
span { border-color: #FF1F9B; }
span { border-color: rgb(255,31,155); }
td.TdClassName
{
border-color: #FF1F9B;
}
.TagClassName
{
border-color: #FF1F9B;
}
</style>