Shades of Persian Rose #FF2B9B
Tints of Persian Rose #FF2B9B
RGB
CMYK
RGB Variations
Color information
#FF2B9B (or 0xFF2B9B) is known color: Persian Rose. HEX triplet: FF, 2B and 9B. RGB value is (255,43,155). Sum of RGB (Red+Green+Blue) = 255+43+155=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 43 (17.19% from 255 or 9.49% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2B9B is #00D464. Grayscale: #767676. Windows color (decimal): -54373 or 10169343. OLE color: 10169343.
HSL color Cylindrical-coordinate representation of color #FF2B9B: hue angle of 328.3º 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 #FF2B9B is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 155 | - |
| CMYK | 0 | 0.83 | 0.39 | 0 |
| HSL | 328.3º | 1% | 0.58% | - |
| HSV(B) | 328.3º | 0.83% | 1% | - |
| XYZ | 48.02 | 25.35 | 33.37 | - |
| YUV | 119.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 155 | 0 | 0.83 | 0.39 | 0 | 328.3 | 1 | 0.58 |
| Hex | FF | 2B | 9B | 0 | 53 | 27 | 0 | 148 | 64 | 3A |
| Octal | 377 | 53 | 233 | 0 | 123 | 47 | 0 | 510 | 144 | 72 |
| Binary | 11111111 | 101011 | 10011011 | 0 | 1010011 | 100111 | 0 | 101001000 | 1100100 | 111010 |
Color Harmonies of #FF2B9B
Complementary color
Monochromatic Colors of #FF2B9B
Black with #FF2B9B
Text Example
Text Example
White with #FF2B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B9B; }
p { color: rgb(255,43,155); }
H1.HeaderClassName
{
color: #FF2B9B;
}
.AnyTagClassName
{
color: #FF2B9B;
}
</style>
background-color css
<style>
a { background-color: #FF2B9B; }
a { background-color: rgb(255,43,155); }
div.DivClassName
{
background-color: #FF2B9B;
}
.BgClassName
{
background-color: #FF2B9B;
}
</style>
border-color css
<style>
span { border-color: #FF2B9B; }
span { border-color: rgb(255,43,155); }
td.TdClassName
{
border-color: #FF2B9B;
}
.TagClassName
{
border-color: #FF2B9B;
}
</style>