Shades of Razzle Dazzle Rose #FB32C0
Tints of Razzle Dazzle Rose #FB32C0
RGB
CMYK
RGB Variations
Color information
#FB32C0 (or 0xFB32C0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and C0. RGB value is (251,50,192). Sum of RGB (Red+Green+Blue) = 251+50+192=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 50 (19.92% from 255 or 10.14% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32C0 is #04CD3F. Grayscale: #7D7D7D. Windows color (decimal): -314688 or 12595963. OLE color: 12595963.
HSL color Cylindrical-coordinate representation of color #FB32C0: hue angle of 317.61º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB32C0 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 192 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.02 |
| HSL | 317.61º | 0.96% | 0.59% | - |
| HSV(B) | 317.61º | 0.8% | 0.98% | - |
| XYZ | 50.44 | 26.6 | 52.34 | - |
| YUV | 126.29 | 165.09 | 216.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 192 | 0 | 0.80 | 0.24 | 0.02 | 317.61 | 0.96 | 0.59 |
| Hex | FB | 32 | C0 | 0 | 50 | 18 | 2 | 13E | 60 | 3B |
| Octal | 373 | 62 | 300 | 0 | 120 | 30 | 2 | 476 | 140 | 73 |
| Binary | 11111011 | 110010 | 11000000 | 0 | 1010000 | 11000 | 10 | 100111110 | 1100000 | 111011 |
Color Harmonies of #FB32C0
Complementary color
Monochromatic Colors of #FB32C0
Black with #FB32C0
Text Example
Text Example
White with #FB32C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32C0; }
p { color: rgb(251,50,192); }
H1.HeaderClassName
{
color: #FB32C0;
}
.AnyTagClassName
{
color: #FB32C0;
}
</style>
background-color css
<style>
a { background-color: #FB32C0; }
a { background-color: rgb(251,50,192); }
div.DivClassName
{
background-color: #FB32C0;
}
.BgClassName
{
background-color: #FB32C0;
}
</style>
border-color css
<style>
span { border-color: #FB32C0; }
span { border-color: rgb(251,50,192); }
td.TdClassName
{
border-color: #FB32C0;
}
.TagClassName
{
border-color: #FB32C0;
}
</style>