Shades of Razzle Dazzle Rose #FB50D0
Tints of Razzle Dazzle Rose #FB50D0
RGB
CMYK
RGB Variations
Color information
#FB50D0 (or 0xFB50D0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 50 and D0. RGB value is (251,80,208). Sum of RGB (Red+Green+Blue) = 251+80+208=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB50D0 is #04AF2F. Grayscale: #919191. Windows color (decimal): -306992 or 13652219. OLE color: 13652219.
HSL color Cylindrical-coordinate representation of color #FB50D0: hue angle of 315.09º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB50D0 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 208 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.02 |
| HSL | 315.09º | 0.96% | 0.65% | - |
| HSV(B) | 315.09º | 0.68% | 0.98% | - |
| XYZ | 54.04 | 30.8 | 62.77 | - |
| YUV | 145.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 208 | 0 | 0.68 | 0.17 | 0.02 | 315.09 | 0.96 | 0.65 |
| Hex | FB | 50 | D0 | 0 | 44 | 11 | 2 | 13B | 60 | 41 |
| Octal | 373 | 120 | 320 | 0 | 104 | 21 | 2 | 473 | 140 | 101 |
| Binary | 11111011 | 1010000 | 11010000 | 0 | 1000100 | 10001 | 10 | 100111011 | 1100000 | 1000001 |
Color Harmonies of #FB50D0
Complementary color
Monochromatic Colors of #FB50D0
Black with #FB50D0
Text Example
Text Example
White with #FB50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50D0; }
p { color: rgb(251,80,208); }
H1.HeaderClassName
{
color: #FB50D0;
}
.AnyTagClassName
{
color: #FB50D0;
}
</style>
background-color css
<style>
a { background-color: #FB50D0; }
a { background-color: rgb(251,80,208); }
div.DivClassName
{
background-color: #FB50D0;
}
.BgClassName
{
background-color: #FB50D0;
}
</style>
border-color css
<style>
span { border-color: #FB50D0; }
span { border-color: rgb(251,80,208); }
td.TdClassName
{
border-color: #FB50D0;
}
.TagClassName
{
border-color: #FB50D0;
}
</style>