Shades of Persian Rose #FB30B0
Tints of Persian Rose #FB30B0
RGB
CMYK
RGB Variations
Color information
#FB30B0 (or 0xFB30B0) is known color: Persian Rose. HEX triplet: FB, 30 and B0. RGB value is (251,48,176). Sum of RGB (Red+Green+Blue) = 251+48+176=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 176 (69.14% from 255 or 37.05% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB30B0 is #04CF4F. Grayscale: #7A7A7A. Windows color (decimal): -315216 or 11546875. OLE color: 11546875.
HSL color Cylindrical-coordinate representation of color #FB30B0: hue angle of 322.17º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB30B0 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 176 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.02 |
| HSL | 322.17º | 0.96% | 0.59% | - |
| HSV(B) | 322.17º | 0.81% | 0.98% | - |
| XYZ | 48.68 | 25.76 | 43.48 | - |
| YUV | 123.29 | 157.75 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 176 | 0 | 0.81 | 0.30 | 0.02 | 322.17 | 0.96 | 0.59 |
| Hex | FB | 30 | B0 | 0 | 51 | 1E | 2 | 142 | 60 | 3B |
| Octal | 373 | 60 | 260 | 0 | 121 | 36 | 2 | 502 | 140 | 73 |
| Binary | 11111011 | 110000 | 10110000 | 0 | 1010001 | 11110 | 10 | 101000010 | 1100000 | 111011 |
Color Harmonies of #FB30B0
Complementary color
Monochromatic Colors of #FB30B0
Black with #FB30B0
Text Example
Text Example
White with #FB30B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30B0; }
p { color: rgb(251,48,176); }
H1.HeaderClassName
{
color: #FB30B0;
}
.AnyTagClassName
{
color: #FB30B0;
}
</style>
background-color css
<style>
a { background-color: #FB30B0; }
a { background-color: rgb(251,48,176); }
div.DivClassName
{
background-color: #FB30B0;
}
.BgClassName
{
background-color: #FB30B0;
}
</style>
border-color css
<style>
span { border-color: #FB30B0; }
span { border-color: rgb(251,48,176); }
td.TdClassName
{
border-color: #FB30B0;
}
.TagClassName
{
border-color: #FB30B0;
}
</style>