Shades of Persian Rose #FB2DB1
Tints of Persian Rose #FB2DB1
RGB
CMYK
RGB Variations
Color information
#FB2DB1 (or 0xFB2DB1) is known color: Persian Rose. HEX triplet: FB, 2D and B1. RGB value is (251,45,177). Sum of RGB (Red+Green+Blue) = 251+45+177=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2DB1 is #04D24E. Grayscale: #797979. Windows color (decimal): -315983 or 11611643. OLE color: 11611643.
HSL color Cylindrical-coordinate representation of color #FB2DB1: hue angle of 321.55º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2DB1 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 177 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.02 |
| HSL | 321.55º | 0.96% | 0.58% | - |
| HSV(B) | 321.55º | 0.82% | 0.98% | - |
| XYZ | 48.66 | 25.56 | 43.96 | - |
| YUV | 121.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 177 | 0 | 0.82 | 0.29 | 0.02 | 321.55 | 0.96 | 0.58 |
| Hex | FB | 2D | B1 | 0 | 52 | 1D | 2 | 142 | 60 | 3A |
| Octal | 373 | 55 | 261 | 0 | 122 | 35 | 2 | 502 | 140 | 72 |
| Binary | 11111011 | 101101 | 10110001 | 0 | 1010010 | 11101 | 10 | 101000010 | 1100000 | 111010 |
Color Harmonies of #FB2DB1
Complementary color
Monochromatic Colors of #FB2DB1
Black with #FB2DB1
Text Example
Text Example
White with #FB2DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DB1; }
p { color: rgb(251,45,177); }
H1.HeaderClassName
{
color: #FB2DB1;
}
.AnyTagClassName
{
color: #FB2DB1;
}
</style>
background-color css
<style>
a { background-color: #FB2DB1; }
a { background-color: rgb(251,45,177); }
div.DivClassName
{
background-color: #FB2DB1;
}
.BgClassName
{
background-color: #FB2DB1;
}
</style>
border-color css
<style>
span { border-color: #FB2DB1; }
span { border-color: rgb(251,45,177); }
td.TdClassName
{
border-color: #FB2DB1;
}
.TagClassName
{
border-color: #FB2DB1;
}
</style>