Shades of Razzle Dazzle Rose #FB32C5
Tints of Razzle Dazzle Rose #FB32C5
RGB
CMYK
RGB Variations
Color information
#FB32C5 (or 0xFB32C5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and C5. RGB value is (251,50,197). Sum of RGB (Red+Green+Blue) = 251+50+197=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 50 (19.92% from 255 or 10.04% from 498); Blue value is 197 (77.34% from 255 or 39.56% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32C5 is #04CD3A. Grayscale: #7E7E7E. Windows color (decimal): -314683 or 12923643. OLE color: 12923643.
HSL color Cylindrical-coordinate representation of color #FB32C5: hue angle of 316.12º 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 #FB32C5 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 197 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.02 |
| HSL | 316.12º | 0.96% | 0.59% | - |
| HSV(B) | 316.12º | 0.8% | 0.98% | - |
| XYZ | 51 | 26.82 | 55.31 | - |
| YUV | 126.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 197 | 0 | 0.80 | 0.22 | 0.02 | 316.12 | 0.96 | 0.59 |
| Hex | FB | 32 | C5 | 0 | 50 | 16 | 2 | 13C | 60 | 3B |
| Octal | 373 | 62 | 305 | 0 | 120 | 26 | 2 | 474 | 140 | 73 |
| Binary | 11111011 | 110010 | 11000101 | 0 | 1010000 | 10110 | 10 | 100111100 | 1100000 | 111011 |
Color Harmonies of #FB32C5
Complementary color
Monochromatic Colors of #FB32C5
Black with #FB32C5
Text Example
Text Example
White with #FB32C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32C5; }
p { color: rgb(251,50,197); }
H1.HeaderClassName
{
color: #FB32C5;
}
.AnyTagClassName
{
color: #FB32C5;
}
</style>
background-color css
<style>
a { background-color: #FB32C5; }
a { background-color: rgb(251,50,197); }
div.DivClassName
{
background-color: #FB32C5;
}
.BgClassName
{
background-color: #FB32C5;
}
</style>
border-color css
<style>
span { border-color: #FB32C5; }
span { border-color: rgb(251,50,197); }
td.TdClassName
{
border-color: #FB32C5;
}
.TagClassName
{
border-color: #FB32C5;
}
</style>