Shades of Persian Rose #FB32A8
Tints of Persian Rose #FB32A8
RGB
CMYK
RGB Variations
Color information
#FB32A8 (or 0xFB32A8) is known color: Persian Rose. HEX triplet: FB, 32 and A8. RGB value is (251,50,168). Sum of RGB (Red+Green+Blue) = 251+50+168=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB32A8 is #04CD57. Grayscale: #7B7B7B. Windows color (decimal): -314712 or 11023099. OLE color: 11023099.
HSL color Cylindrical-coordinate representation of color #FB32A8: hue angle of 324.78º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB32A8 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 168 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.02 |
| HSL | 324.78º | 0.96% | 0.59% | - |
| HSV(B) | 324.78º | 0.8% | 0.98% | - |
| XYZ | 47.99 | 25.62 | 39.46 | - |
| YUV | 123.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 168 | 0 | 0.80 | 0.33 | 0.02 | 324.78 | 0.96 | 0.59 |
| Hex | FB | 32 | A8 | 0 | 50 | 21 | 2 | 145 | 60 | 3B |
| Octal | 373 | 62 | 250 | 0 | 120 | 41 | 2 | 505 | 140 | 73 |
| Binary | 11111011 | 110010 | 10101000 | 0 | 1010000 | 100001 | 10 | 101000101 | 1100000 | 111011 |
Color Harmonies of #FB32A8
Complementary color
Monochromatic Colors of #FB32A8
Black with #FB32A8
Text Example
Text Example
White with #FB32A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32A8; }
p { color: rgb(251,50,168); }
H1.HeaderClassName
{
color: #FB32A8;
}
.AnyTagClassName
{
color: #FB32A8;
}
</style>
background-color css
<style>
a { background-color: #FB32A8; }
a { background-color: rgb(251,50,168); }
div.DivClassName
{
background-color: #FB32A8;
}
.BgClassName
{
background-color: #FB32A8;
}
</style>
border-color css
<style>
span { border-color: #FB32A8; }
span { border-color: rgb(251,50,168); }
td.TdClassName
{
border-color: #FB32A8;
}
.TagClassName
{
border-color: #FB32A8;
}
</style>