Shades of Persian Rose #FB2CA9
Tints of Persian Rose #FB2CA9
RGB
CMYK
RGB Variations
Color information
#FB2CA9 (or 0xFB2CA9) is known color: Persian Rose. HEX triplet: FB, 2C and A9. RGB value is (251,44,169). Sum of RGB (Red+Green+Blue) = 251+44+169=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CA9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2CA9 is #04D356. Grayscale: #777777. Windows color (decimal): -316247 or 11087099. OLE color: 11087099.
HSL color Cylindrical-coordinate representation of color #FB2CA9: hue angle of 323.77º 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 #FB2CA9 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 169 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.02 |
| HSL | 323.77º | 0.96% | 0.58% | - |
| HSV(B) | 323.77º | 0.82% | 0.98% | - |
| XYZ | 47.85 | 25.18 | 39.87 | - |
| YUV | 120.14 | 155.58 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 169 | 0 | 0.82 | 0.33 | 0.02 | 323.77 | 0.96 | 0.58 |
| Hex | FB | 2C | A9 | 0 | 52 | 21 | 2 | 144 | 60 | 3A |
| Octal | 373 | 54 | 251 | 0 | 122 | 41 | 2 | 504 | 140 | 72 |
| Binary | 11111011 | 101100 | 10101001 | 0 | 1010010 | 100001 | 10 | 101000100 | 1100000 | 111010 |
Color Harmonies of #FB2CA9
Complementary color
Monochromatic Colors of #FB2CA9
Black with #FB2CA9
Text Example
Text Example
White with #FB2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CA9; }
p { color: rgb(251,44,169); }
H1.HeaderClassName
{
color: #FB2CA9;
}
.AnyTagClassName
{
color: #FB2CA9;
}
</style>
background-color css
<style>
a { background-color: #FB2CA9; }
a { background-color: rgb(251,44,169); }
div.DivClassName
{
background-color: #FB2CA9;
}
.BgClassName
{
background-color: #FB2CA9;
}
</style>
border-color css
<style>
span { border-color: #FB2CA9; }
span { border-color: rgb(251,44,169); }
td.TdClassName
{
border-color: #FB2CA9;
}
.TagClassName
{
border-color: #FB2CA9;
}
</style>