Shades of Razzle Dazzle Rose #FB47C5
Tints of Razzle Dazzle Rose #FB47C5
RGB
CMYK
RGB Variations
Color information
#FB47C5 (or 0xFB47C5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 47 and C5. RGB value is (251,71,197). Sum of RGB (Red+Green+Blue) = 251+71+197=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB47C5 is #04B83A. Grayscale: #8A8A8A. Windows color (decimal): -309307 or 12929019. OLE color: 12929019.
HSL color Cylindrical-coordinate representation of color #FB47C5: hue angle of 318º 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 #FB47C5 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 197 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.02 |
| HSL | 318º | 0.96% | 0.63% | - |
| HSV(B) | 318º | 0.72% | 0.98% | - |
| XYZ | 52.11 | 29.05 | 55.68 | - |
| YUV | 139.18 | 160.63 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 197 | 0 | 0.72 | 0.22 | 0.02 | 318 | 0.96 | 0.63 |
| Hex | FB | 47 | C5 | 0 | 48 | 16 | 2 | 13E | 60 | 3F |
| Octal | 373 | 107 | 305 | 0 | 110 | 26 | 2 | 476 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11000101 | 0 | 1001000 | 10110 | 10 | 100111110 | 1100000 | 111111 |
Color Harmonies of #FB47C5
Complementary color
Monochromatic Colors of #FB47C5
Black with #FB47C5
Text Example
Text Example
White with #FB47C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47C5; }
p { color: rgb(251,71,197); }
H1.HeaderClassName
{
color: #FB47C5;
}
.AnyTagClassName
{
color: #FB47C5;
}
</style>
background-color css
<style>
a { background-color: #FB47C5; }
a { background-color: rgb(251,71,197); }
div.DivClassName
{
background-color: #FB47C5;
}
.BgClassName
{
background-color: #FB47C5;
}
</style>
border-color css
<style>
span { border-color: #FB47C5; }
span { border-color: rgb(251,71,197); }
td.TdClassName
{
border-color: #FB47C5;
}
.TagClassName
{
border-color: #FB47C5;
}
</style>