Shades of Razzle Dazzle Rose #FB47C2
Tints of Razzle Dazzle Rose #FB47C2
RGB
CMYK
RGB Variations
Color information
#FB47C2 (or 0xFB47C2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 47 and C2. RGB value is (251,71,194). Sum of RGB (Red+Green+Blue) = 251+71+194=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 194 (76.17% from 255 or 37.60% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB47C2 is #04B83D. Grayscale: #8A8A8A. Windows color (decimal): -309310 or 12732411. OLE color: 12732411.
HSL color Cylindrical-coordinate representation of color #FB47C2: hue angle of 319º 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 #FB47C2 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 194 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.02 |
| HSL | 319º | 0.96% | 0.63% | - |
| HSV(B) | 319º | 0.72% | 0.98% | - |
| XYZ | 51.77 | 28.91 | 53.89 | - |
| YUV | 138.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 194 | 0 | 0.72 | 0.23 | 0.02 | 319 | 0.96 | 0.63 |
| Hex | FB | 47 | C2 | 0 | 48 | 17 | 2 | 13F | 60 | 3F |
| Octal | 373 | 107 | 302 | 0 | 110 | 27 | 2 | 477 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11000010 | 0 | 1001000 | 10111 | 10 | 100111111 | 1100000 | 111111 |
Color Harmonies of #FB47C2
Complementary color
Monochromatic Colors of #FB47C2
Black with #FB47C2
Text Example
Text Example
White with #FB47C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47C2; }
p { color: rgb(251,71,194); }
H1.HeaderClassName
{
color: #FB47C2;
}
.AnyTagClassName
{
color: #FB47C2;
}
</style>
background-color css
<style>
a { background-color: #FB47C2; }
a { background-color: rgb(251,71,194); }
div.DivClassName
{
background-color: #FB47C2;
}
.BgClassName
{
background-color: #FB47C2;
}
</style>
border-color css
<style>
span { border-color: #FB47C2; }
span { border-color: rgb(251,71,194); }
td.TdClassName
{
border-color: #FB47C2;
}
.TagClassName
{
border-color: #FB47C2;
}
</style>