Shades of Persian Rose #FF1E9F
Tints of Persian Rose #FF1E9F
RGB
CMYK
RGB Variations
Color information
#FF1E9F (or 0xFF1E9F) is known color: Persian Rose. HEX triplet: FF, 1E and 9F. RGB value is (255,30,159). Sum of RGB (Red+Green+Blue) = 255+30+159=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 30 (12.11% from 255 or 6.76% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1E9F is #00E160. Grayscale: #6F6F6F. Windows color (decimal): -57697 or 10428159. OLE color: 10428159.
HSL color Cylindrical-coordinate representation of color #FF1E9F: hue angle of 325.6º 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 #FF1E9F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 159 | - |
| CMYK | 0 | 0.88 | 0.38 | 0 |
| HSL | 325.6º | 1% | 0.56% | - |
| HSV(B) | 325.6º | 0.88% | 1% | - |
| XYZ | 47.96 | 24.69 | 35.04 | - |
| YUV | 111.98 | 154.54 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 159 | 0 | 0.88 | 0.38 | 0 | 325.6 | 1 | 0.56 |
| Hex | FF | 1E | 9F | 0 | 58 | 26 | 0 | 146 | 64 | 38 |
| Octal | 377 | 36 | 237 | 0 | 130 | 46 | 0 | 506 | 144 | 70 |
| Binary | 11111111 | 11110 | 10011111 | 0 | 1011000 | 100110 | 0 | 101000110 | 1100100 | 111000 |
Color Harmonies of #FF1E9F
Complementary color
Monochromatic Colors of #FF1E9F
Black with #FF1E9F
Text Example
Text Example
White with #FF1E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E9F; }
p { color: rgb(255,30,159); }
H1.HeaderClassName
{
color: #FF1E9F;
}
.AnyTagClassName
{
color: #FF1E9F;
}
</style>
background-color css
<style>
a { background-color: #FF1E9F; }
a { background-color: rgb(255,30,159); }
div.DivClassName
{
background-color: #FF1E9F;
}
.BgClassName
{
background-color: #FF1E9F;
}
</style>
border-color css
<style>
span { border-color: #FF1E9F; }
span { border-color: rgb(255,30,159); }
td.TdClassName
{
border-color: #FF1E9F;
}
.TagClassName
{
border-color: #FF1E9F;
}
</style>