Shades of Persian Rose #FB36A8
Tints of Persian Rose #FB36A8
RGB
CMYK
RGB Variations
Color information
#FB36A8 (or 0xFB36A8) is known color: Persian Rose. HEX triplet: FB, 36 and A8. RGB value is (251,54,168). Sum of RGB (Red+Green+Blue) = 251+54+168=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 168 (66.02% from 255 or 35.52% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB36A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB36A8 is #04C957. Grayscale: #7D7D7D. Windows color (decimal): -313688 or 11024123. OLE color: 11024123.
HSL color Cylindrical-coordinate representation of color #FB36A8: hue angle of 325.28º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB36A8 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 54 | 168 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.02 |
| HSL | 325.28º | 0.96% | 0.6% | - |
| HSV(B) | 325.28º | 0.78% | 0.98% | - |
| XYZ | 48.17 | 25.97 | 39.52 | - |
| YUV | 125.9 | 151.77 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 54 | 168 | 0 | 0.78 | 0.33 | 0.02 | 325.28 | 0.96 | 0.6 |
| Hex | FB | 36 | A8 | 0 | 4E | 21 | 2 | 145 | 60 | 3C |
| Octal | 373 | 66 | 250 | 0 | 116 | 41 | 2 | 505 | 140 | 74 |
| Binary | 11111011 | 110110 | 10101000 | 0 | 1001110 | 100001 | 10 | 101000101 | 1100000 | 111100 |
Color Harmonies of #FB36A8
Complementary color
Monochromatic Colors of #FB36A8
Black with #FB36A8
Text Example
Text Example
White with #FB36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB36A8; }
p { color: rgb(251,54,168); }
H1.HeaderClassName
{
color: #FB36A8;
}
.AnyTagClassName
{
color: #FB36A8;
}
</style>
background-color css
<style>
a { background-color: #FB36A8; }
a { background-color: rgb(251,54,168); }
div.DivClassName
{
background-color: #FB36A8;
}
.BgClassName
{
background-color: #FB36A8;
}
</style>
border-color css
<style>
span { border-color: #FB36A8; }
span { border-color: rgb(251,54,168); }
td.TdClassName
{
border-color: #FB36A8;
}
.TagClassName
{
border-color: #FB36A8;
}
</style>