Shades of Razzle Dazzle Rose #FB47D2
Tints of Razzle Dazzle Rose #FB47D2
RGB
CMYK
RGB Variations
Color information
#FB47D2 (or 0xFB47D2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 47 and D2. RGB value is (251,71,210). Sum of RGB (Red+Green+Blue) = 251+71+210=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 71 (28.12% from 255 or 13.35% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB47D2 is #04B82D. Grayscale: #8C8C8C. Windows color (decimal): -309294 or 13780987. OLE color: 13780987.
HSL color Cylindrical-coordinate representation of color #FB47D2: hue angle of 313.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 #FB47D2 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 210 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.02 |
| HSL | 313.67º | 0.96% | 0.63% | - |
| HSV(B) | 313.67º | 0.72% | 0.98% | - |
| XYZ | 53.67 | 29.67 | 63.87 | - |
| YUV | 140.67 | 167.13 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 210 | 0 | 0.72 | 0.16 | 0.02 | 313.67 | 0.96 | 0.63 |
| Hex | FB | 47 | D2 | 0 | 48 | 10 | 2 | 13A | 60 | 3F |
| Octal | 373 | 107 | 322 | 0 | 110 | 20 | 2 | 472 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11010010 | 0 | 1001000 | 10000 | 10 | 100111010 | 1100000 | 111111 |
Color Harmonies of #FB47D2
Complementary color
Monochromatic Colors of #FB47D2
Black with #FB47D2
Text Example
Text Example
White with #FB47D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47D2; }
p { color: rgb(251,71,210); }
H1.HeaderClassName
{
color: #FB47D2;
}
.AnyTagClassName
{
color: #FB47D2;
}
</style>
background-color css
<style>
a { background-color: #FB47D2; }
a { background-color: rgb(251,71,210); }
div.DivClassName
{
background-color: #FB47D2;
}
.BgClassName
{
background-color: #FB47D2;
}
</style>
border-color css
<style>
span { border-color: #FB47D2; }
span { border-color: rgb(251,71,210); }
td.TdClassName
{
border-color: #FB47D2;
}
.TagClassName
{
border-color: #FB47D2;
}
</style>