Shades of Persian Rose #FF1B9F
Tints of Persian Rose #FF1B9F
RGB
CMYK
RGB Variations
Color information
#FF1B9F (or 0xFF1B9F) is known color: Persian Rose. HEX triplet: FF, 1B and 9F. RGB value is (255,27,159). Sum of RGB (Red+Green+Blue) = 255+27+159=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 27 (10.94% from 255 or 6.12% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1B9F is #00E460. Grayscale: #6D6D6D. Windows color (decimal): -58465 or 10427391. OLE color: 10427391.
HSL color Cylindrical-coordinate representation of color #FF1B9F: hue angle of 325.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B9F is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 159 | - |
| CMYK | 0 | 0.89 | 0.38 | 0 |
| HSL | 325.26º | 1% | 0.55% | - |
| HSV(B) | 325.26º | 0.89% | 1% | - |
| XYZ | 47.89 | 24.55 | 35.01 | - |
| YUV | 110.22 | 155.54 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 159 | 0 | 0.89 | 0.38 | 0 | 325.26 | 1 | 0.55 |
| Hex | FF | 1B | 9F | 0 | 59 | 26 | 0 | 145 | 64 | 37 |
| Octal | 377 | 33 | 237 | 0 | 131 | 46 | 0 | 505 | 144 | 67 |
| Binary | 11111111 | 11011 | 10011111 | 0 | 1011001 | 100110 | 0 | 101000101 | 1100100 | 110111 |
Color Harmonies of #FF1B9F
Complementary color
Monochromatic Colors of #FF1B9F
Black with #FF1B9F
Text Example
Text Example
White with #FF1B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B9F; }
p { color: rgb(255,27,159); }
H1.HeaderClassName
{
color: #FF1B9F;
}
.AnyTagClassName
{
color: #FF1B9F;
}
</style>
background-color css
<style>
a { background-color: #FF1B9F; }
a { background-color: rgb(255,27,159); }
div.DivClassName
{
background-color: #FF1B9F;
}
.BgClassName
{
background-color: #FF1B9F;
}
</style>
border-color css
<style>
span { border-color: #FF1B9F; }
span { border-color: rgb(255,27,159); }
td.TdClassName
{
border-color: #FF1B9F;
}
.TagClassName
{
border-color: #FF1B9F;
}
</style>