Shades of Razzle Dazzle Rose #FB47C0
Tints of Razzle Dazzle Rose #FB47C0
RGB
CMYK
RGB Variations
Color information
#FB47C0 (or 0xFB47C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 47 and C0. RGB value is (251,71,192). Sum of RGB (Red+Green+Blue) = 251+71+192=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB47C0 is #04B83F. Grayscale: #8A8A8A. Windows color (decimal): -309312 or 12601339. OLE color: 12601339.
HSL color Cylindrical-coordinate representation of color #FB47C0: hue angle of 319.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 #FB47C0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 192 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.02 |
| HSL | 319.67º | 0.96% | 0.63% | - |
| HSV(B) | 319.67º | 0.72% | 0.98% | - |
| XYZ | 51.55 | 28.82 | 52.72 | - |
| YUV | 138.61 | 158.13 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 192 | 0 | 0.72 | 0.24 | 0.02 | 319.67 | 0.96 | 0.63 |
| Hex | FB | 47 | C0 | 0 | 48 | 18 | 2 | 140 | 60 | 3F |
| Octal | 373 | 107 | 300 | 0 | 110 | 30 | 2 | 500 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11000000 | 0 | 1001000 | 11000 | 10 | 101000000 | 1100000 | 111111 |
Color Harmonies of #FB47C0
Complementary color
Monochromatic Colors of #FB47C0
Black with #FB47C0
Text Example
Text Example
White with #FB47C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47C0; }
p { color: rgb(251,71,192); }
H1.HeaderClassName
{
color: #FB47C0;
}
.AnyTagClassName
{
color: #FB47C0;
}
</style>
background-color css
<style>
a { background-color: #FB47C0; }
a { background-color: rgb(251,71,192); }
div.DivClassName
{
background-color: #FB47C0;
}
.BgClassName
{
background-color: #FB47C0;
}
</style>
border-color css
<style>
span { border-color: #FB47C0; }
span { border-color: rgb(251,71,192); }
td.TdClassName
{
border-color: #FB47C0;
}
.TagClassName
{
border-color: #FB47C0;
}
</style>