Shades of Persian Rose #FF2B9E
Tints of Persian Rose #FF2B9E
RGB
CMYK
RGB Variations
Color information
#FF2B9E (or 0xFF2B9E) is known color: Persian Rose. HEX triplet: FF, 2B and 9E. RGB value is (255,43,158). Sum of RGB (Red+Green+Blue) = 255+43+158=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 43 (17.19% from 255 or 9.43% from 456); Blue value is 158 (62.11% from 255 or 34.65% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2B9E is #00D461. Grayscale: #777777. Windows color (decimal): -54370 or 10365951. OLE color: 10365951.
HSL color Cylindrical-coordinate representation of color #FF2B9E: hue angle of 327.45º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B9E is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 158 | - |
| CMYK | 0 | 0.83 | 0.38 | 0 |
| HSL | 327.45º | 1% | 0.58% | - |
| HSV(B) | 327.45º | 0.83% | 1% | - |
| XYZ | 48.28 | 25.46 | 34.72 | - |
| YUV | 119.5 | 149.74 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 158 | 0 | 0.83 | 0.38 | 0 | 327.45 | 1 | 0.58 |
| Hex | FF | 2B | 9E | 0 | 53 | 26 | 0 | 147 | 64 | 3A |
| Octal | 377 | 53 | 236 | 0 | 123 | 46 | 0 | 507 | 144 | 72 |
| Binary | 11111111 | 101011 | 10011110 | 0 | 1010011 | 100110 | 0 | 101000111 | 1100100 | 111010 |
Color Harmonies of #FF2B9E
Complementary color
Monochromatic Colors of #FF2B9E
Black with #FF2B9E
Text Example
Text Example
White with #FF2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B9E; }
p { color: rgb(255,43,158); }
H1.HeaderClassName
{
color: #FF2B9E;
}
.AnyTagClassName
{
color: #FF2B9E;
}
</style>
background-color css
<style>
a { background-color: #FF2B9E; }
a { background-color: rgb(255,43,158); }
div.DivClassName
{
background-color: #FF2B9E;
}
.BgClassName
{
background-color: #FF2B9E;
}
</style>
border-color css
<style>
span { border-color: #FF2B9E; }
span { border-color: rgb(255,43,158); }
td.TdClassName
{
border-color: #FF2B9E;
}
.TagClassName
{
border-color: #FF2B9E;
}
</style>