Shades of Razzle Dazzle Rose #FB47BA
Tints of Razzle Dazzle Rose #FB47BA
RGB
CMYK
RGB Variations
Color information
#FB47BA (or 0xFB47BA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 47 and BA. RGB value is (251,71,186). Sum of RGB (Red+Green+Blue) = 251+71+186=508 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.41% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB47BA is #04B845. Grayscale: #898989. Windows color (decimal): -309318 or 12208123. OLE color: 12208123.
HSL color Cylindrical-coordinate representation of color #FB47BA: hue angle of 321.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB47BA is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 186 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.02 |
| HSL | 321.67º | 0.96% | 0.63% | - |
| HSV(B) | 321.67º | 0.72% | 0.98% | - |
| XYZ | 50.9 | 28.56 | 49.28 | - |
| YUV | 137.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 186 | 0 | 0.72 | 0.26 | 0.02 | 321.67 | 0.96 | 0.63 |
| Hex | FB | 47 | BA | 0 | 48 | 1A | 2 | 142 | 60 | 3F |
| Octal | 373 | 107 | 272 | 0 | 110 | 32 | 2 | 502 | 140 | 77 |
| Binary | 11111011 | 1000111 | 10111010 | 0 | 1001000 | 11010 | 10 | 101000010 | 1100000 | 111111 |
Color Harmonies of #FB47BA
Complementary color
Monochromatic Colors of #FB47BA
Black with #FB47BA
Text Example
Text Example
White with #FB47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47BA; }
p { color: rgb(251,71,186); }
H1.HeaderClassName
{
color: #FB47BA;
}
.AnyTagClassName
{
color: #FB47BA;
}
</style>
background-color css
<style>
a { background-color: #FB47BA; }
a { background-color: rgb(251,71,186); }
div.DivClassName
{
background-color: #FB47BA;
}
.BgClassName
{
background-color: #FB47BA;
}
</style>
border-color css
<style>
span { border-color: #FB47BA; }
span { border-color: rgb(251,71,186); }
td.TdClassName
{
border-color: #FB47BA;
}
.TagClassName
{
border-color: #FB47BA;
}
</style>