Shades of Persian Rose #FB30A0
Tints of Persian Rose #FB30A0
RGB
CMYK
RGB Variations
Color information
#FB30A0 (or 0xFB30A0) is known color: Persian Rose. HEX triplet: FB, 30 and A0. RGB value is (251,48,160). Sum of RGB (Red+Green+Blue) = 251+48+160=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB30A0 is #04CF5F. Grayscale: #797979. Windows color (decimal): -315232 or 10498299. OLE color: 10498299.
HSL color Cylindrical-coordinate representation of color #FB30A0: hue angle of 326.9º 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 #FB30A0 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 160 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.02 |
| HSL | 326.9º | 0.96% | 0.59% | - |
| HSV(B) | 326.9º | 0.81% | 0.98% | - |
| XYZ | 47.19 | 25.16 | 35.63 | - |
| YUV | 121.47 | 149.75 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 160 | 0 | 0.81 | 0.36 | 0.02 | 326.9 | 0.96 | 0.59 |
| Hex | FB | 30 | A0 | 0 | 51 | 24 | 2 | 147 | 60 | 3B |
| Octal | 373 | 60 | 240 | 0 | 121 | 44 | 2 | 507 | 140 | 73 |
| Binary | 11111011 | 110000 | 10100000 | 0 | 1010001 | 100100 | 10 | 101000111 | 1100000 | 111011 |
Color Harmonies of #FB30A0
Complementary color
Monochromatic Colors of #FB30A0
Black with #FB30A0
Text Example
Text Example
White with #FB30A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30A0; }
p { color: rgb(251,48,160); }
H1.HeaderClassName
{
color: #FB30A0;
}
.AnyTagClassName
{
color: #FB30A0;
}
</style>
background-color css
<style>
a { background-color: #FB30A0; }
a { background-color: rgb(251,48,160); }
div.DivClassName
{
background-color: #FB30A0;
}
.BgClassName
{
background-color: #FB30A0;
}
</style>
border-color css
<style>
span { border-color: #FB30A0; }
span { border-color: rgb(251,48,160); }
td.TdClassName
{
border-color: #FB30A0;
}
.TagClassName
{
border-color: #FB30A0;
}
</style>