Shades of Persian Rose #FF1F9C
Tints of Persian Rose #FF1F9C
RGB
CMYK
RGB Variations
Color information
#FF1F9C (or 0xFF1F9C) is known color: Persian Rose. HEX triplet: FF, 1F and 9C. RGB value is (255,31,156). Sum of RGB (Red+Green+Blue) = 255+31+156=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F9C is #00E063. Grayscale: #6F6F6F. Windows color (decimal): -57444 or 10231807. OLE color: 10231807.
HSL color Cylindrical-coordinate representation of color #FF1F9C: hue angle of 326.52º 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 #FF1F9C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 156 | - |
| CMYK | 0 | 0.88 | 0.39 | 0 |
| HSL | 326.52º | 1% | 0.56% | - |
| HSV(B) | 326.52º | 0.88% | 1% | - |
| XYZ | 47.73 | 24.64 | 33.69 | - |
| YUV | 112.23 | 152.71 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 156 | 0 | 0.88 | 0.39 | 0 | 326.52 | 1 | 0.56 |
| Hex | FF | 1F | 9C | 0 | 58 | 27 | 0 | 147 | 64 | 38 |
| Octal | 377 | 37 | 234 | 0 | 130 | 47 | 0 | 507 | 144 | 70 |
| Binary | 11111111 | 11111 | 10011100 | 0 | 1011000 | 100111 | 0 | 101000111 | 1100100 | 111000 |
Color Harmonies of #FF1F9C
Complementary color
Monochromatic Colors of #FF1F9C
Black with #FF1F9C
Text Example
Text Example
White with #FF1F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F9C; }
p { color: rgb(255,31,156); }
H1.HeaderClassName
{
color: #FF1F9C;
}
.AnyTagClassName
{
color: #FF1F9C;
}
</style>
background-color css
<style>
a { background-color: #FF1F9C; }
a { background-color: rgb(255,31,156); }
div.DivClassName
{
background-color: #FF1F9C;
}
.BgClassName
{
background-color: #FF1F9C;
}
</style>
border-color css
<style>
span { border-color: #FF1F9C; }
span { border-color: rgb(255,31,156); }
td.TdClassName
{
border-color: #FF1F9C;
}
.TagClassName
{
border-color: #FF1F9C;
}
</style>