Shades of Persian Rose #FF2B9C
Tints of Persian Rose #FF2B9C
RGB
CMYK
RGB Variations
Color information
#FF2B9C (or 0xFF2B9C) is known color: Persian Rose. HEX triplet: FF, 2B and 9C. RGB value is (255,43,156). Sum of RGB (Red+Green+Blue) = 255+43+156=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2B9C is #00D463. Grayscale: #777777. Windows color (decimal): -54372 or 10234879. OLE color: 10234879.
HSL color Cylindrical-coordinate representation of color #FF2B9C: hue angle of 328.02º 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 #FF2B9C is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 156 | - |
| CMYK | 0 | 0.83 | 0.39 | 0 |
| HSL | 328.02º | 1% | 0.58% | - |
| HSV(B) | 328.02º | 0.83% | 1% | - |
| XYZ | 48.1 | 25.39 | 33.82 | - |
| YUV | 119.27 | 148.74 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 156 | 0 | 0.83 | 0.39 | 0 | 328.02 | 1 | 0.58 |
| Hex | FF | 2B | 9C | 0 | 53 | 27 | 0 | 148 | 64 | 3A |
| Octal | 377 | 53 | 234 | 0 | 123 | 47 | 0 | 510 | 144 | 72 |
| Binary | 11111111 | 101011 | 10011100 | 0 | 1010011 | 100111 | 0 | 101001000 | 1100100 | 111010 |
Color Harmonies of #FF2B9C
Complementary color
Monochromatic Colors of #FF2B9C
Black with #FF2B9C
Text Example
Text Example
White with #FF2B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B9C; }
p { color: rgb(255,43,156); }
H1.HeaderClassName
{
color: #FF2B9C;
}
.AnyTagClassName
{
color: #FF2B9C;
}
</style>
background-color css
<style>
a { background-color: #FF2B9C; }
a { background-color: rgb(255,43,156); }
div.DivClassName
{
background-color: #FF2B9C;
}
.BgClassName
{
background-color: #FF2B9C;
}
</style>
border-color css
<style>
span { border-color: #FF2B9C; }
span { border-color: rgb(255,43,156); }
td.TdClassName
{
border-color: #FF2B9C;
}
.TagClassName
{
border-color: #FF2B9C;
}
</style>