Shades of Razzle Dazzle Rose #FB47D0
Tints of Razzle Dazzle Rose #FB47D0
RGB
CMYK
RGB Variations
Color information
#FB47D0 (or 0xFB47D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 47 and D0. RGB value is (251,71,208). Sum of RGB (Red+Green+Blue) = 251+71+208=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 208 (81.64% from 255 or 39.25% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB47D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB47D0 is #04B82F. Grayscale: #8C8C8C. Windows color (decimal): -309296 or 13649915. OLE color: 13649915.
HSL color Cylindrical-coordinate representation of color #FB47D0: hue angle of 314.33º 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 #FB47D0 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 208 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.02 |
| HSL | 314.33º | 0.96% | 0.63% | - |
| HSV(B) | 314.33º | 0.72% | 0.98% | - |
| XYZ | 53.42 | 29.57 | 62.57 | - |
| YUV | 140.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 208 | 0 | 0.72 | 0.17 | 0.02 | 314.33 | 0.96 | 0.63 |
| Hex | FB | 47 | D0 | 0 | 48 | 11 | 2 | 13A | 60 | 3F |
| Octal | 373 | 107 | 320 | 0 | 110 | 21 | 2 | 472 | 140 | 77 |
| Binary | 11111011 | 1000111 | 11010000 | 0 | 1001000 | 10001 | 10 | 100111010 | 1100000 | 111111 |
Color Harmonies of #FB47D0
Complementary color
Monochromatic Colors of #FB47D0
Black with #FB47D0
Text Example
Text Example
White with #FB47D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB47D0; }
p { color: rgb(251,71,208); }
H1.HeaderClassName
{
color: #FB47D0;
}
.AnyTagClassName
{
color: #FB47D0;
}
</style>
background-color css
<style>
a { background-color: #FB47D0; }
a { background-color: rgb(251,71,208); }
div.DivClassName
{
background-color: #FB47D0;
}
.BgClassName
{
background-color: #FB47D0;
}
</style>
border-color css
<style>
span { border-color: #FB47D0; }
span { border-color: rgb(251,71,208); }
td.TdClassName
{
border-color: #FB47D0;
}
.TagClassName
{
border-color: #FB47D0;
}
</style>