Shades of Persian Rose #FB2D9F
Tints of Persian Rose #FB2D9F
RGB
CMYK
RGB Variations
Color information
#FB2D9F (or 0xFB2D9F) is known color: Persian Rose. HEX triplet: FB, 2D and 9F. RGB value is (251,45,159). Sum of RGB (Red+Green+Blue) = 251+45+159=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2D9F is #04D260. Grayscale: #777777. Windows color (decimal): -316001 or 10431995. OLE color: 10431995.
HSL color Cylindrical-coordinate representation of color #FB2D9F: hue angle of 326.8º 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 #FB2D9F is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 159 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.02 |
| HSL | 326.8º | 0.96% | 0.58% | - |
| HSV(B) | 326.8º | 0.82% | 0.98% | - |
| XYZ | 46.98 | 24.89 | 35.13 | - |
| YUV | 119.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 159 | 0 | 0.82 | 0.37 | 0.02 | 326.8 | 0.96 | 0.58 |
| Hex | FB | 2D | 9F | 0 | 52 | 25 | 2 | 147 | 60 | 3A |
| Octal | 373 | 55 | 237 | 0 | 122 | 45 | 2 | 507 | 140 | 72 |
| Binary | 11111011 | 101101 | 10011111 | 0 | 1010010 | 100101 | 10 | 101000111 | 1100000 | 111010 |
Color Harmonies of #FB2D9F
Complementary color
Monochromatic Colors of #FB2D9F
Black with #FB2D9F
Text Example
Text Example
White with #FB2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D9F; }
p { color: rgb(251,45,159); }
H1.HeaderClassName
{
color: #FB2D9F;
}
.AnyTagClassName
{
color: #FB2D9F;
}
</style>
background-color css
<style>
a { background-color: #FB2D9F; }
a { background-color: rgb(251,45,159); }
div.DivClassName
{
background-color: #FB2D9F;
}
.BgClassName
{
background-color: #FB2D9F;
}
</style>
border-color css
<style>
span { border-color: #FB2D9F; }
span { border-color: rgb(251,45,159); }
td.TdClassName
{
border-color: #FB2D9F;
}
.TagClassName
{
border-color: #FB2D9F;
}
</style>