Shades of Persian Rose #FB2FA8
Tints of Persian Rose #FB2FA8
RGB
CMYK
RGB Variations
Color information
#FB2FA8 (or 0xFB2FA8) is known color: Persian Rose. HEX triplet: FB, 2F and A8. RGB value is (251,47,168). Sum of RGB (Red+Green+Blue) = 251+47+168=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 47 (18.75% from 255 or 10.09% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2FA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2FA8 is #04D057. Grayscale: #797979. Windows color (decimal): -315480 or 11022331. OLE color: 11022331.
HSL color Cylindrical-coordinate representation of color #FB2FA8: hue angle of 324.41º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2FA8 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 168 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.02 |
| HSL | 324.41º | 0.96% | 0.58% | - |
| HSV(B) | 324.41º | 0.81% | 0.98% | - |
| XYZ | 47.87 | 25.37 | 39.42 | - |
| YUV | 121.79 | 154.09 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 168 | 0 | 0.81 | 0.33 | 0.02 | 324.41 | 0.96 | 0.58 |
| Hex | FB | 2F | A8 | 0 | 51 | 21 | 2 | 144 | 60 | 3A |
| Octal | 373 | 57 | 250 | 0 | 121 | 41 | 2 | 504 | 140 | 72 |
| Binary | 11111011 | 101111 | 10101000 | 0 | 1010001 | 100001 | 10 | 101000100 | 1100000 | 111010 |
Color Harmonies of #FB2FA8
Complementary color
Monochromatic Colors of #FB2FA8
Black with #FB2FA8
Text Example
Text Example
White with #FB2FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2FA8; }
p { color: rgb(251,47,168); }
H1.HeaderClassName
{
color: #FB2FA8;
}
.AnyTagClassName
{
color: #FB2FA8;
}
</style>
background-color css
<style>
a { background-color: #FB2FA8; }
a { background-color: rgb(251,47,168); }
div.DivClassName
{
background-color: #FB2FA8;
}
.BgClassName
{
background-color: #FB2FA8;
}
</style>
border-color css
<style>
span { border-color: #FB2FA8; }
span { border-color: rgb(251,47,168); }
td.TdClassName
{
border-color: #FB2FA8;
}
.TagClassName
{
border-color: #FB2FA8;
}
</style>