Shades of Razzle Dazzle Rose #FB32C8
Tints of Razzle Dazzle Rose #FB32C8
RGB
CMYK
RGB Variations
Color information
#FB32C8 (or 0xFB32C8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and C8. RGB value is (251,50,200). Sum of RGB (Red+Green+Blue) = 251+50+200=501 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.10% from 501); Green value is 50 (19.92% from 255 or 9.98% from 501); Blue value is 200 (78.52% from 255 or 39.92% from 501); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32C8 is #04CD37. Grayscale: #7E7E7E. Windows color (decimal): -314680 or 13120251. OLE color: 13120251.
HSL color Cylindrical-coordinate representation of color #FB32C8: hue angle of 315.22º 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 #FB32C8 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 200 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.02 |
| HSL | 315.22º | 0.96% | 0.59% | - |
| HSV(B) | 315.22º | 0.8% | 0.98% | - |
| XYZ | 51.35 | 26.96 | 57.14 | - |
| YUV | 127.2 | 169.09 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 200 | 0 | 0.80 | 0.20 | 0.02 | 315.22 | 0.96 | 0.59 |
| Hex | FB | 32 | C8 | 0 | 50 | 14 | 2 | 13B | 60 | 3B |
| Octal | 373 | 62 | 310 | 0 | 120 | 24 | 2 | 473 | 140 | 73 |
| Binary | 11111011 | 110010 | 11001000 | 0 | 1010000 | 10100 | 10 | 100111011 | 1100000 | 111011 |
Color Harmonies of #FB32C8
Complementary color
Monochromatic Colors of #FB32C8
Black with #FB32C8
Text Example
Text Example
White with #FB32C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32C8; }
p { color: rgb(251,50,200); }
H1.HeaderClassName
{
color: #FB32C8;
}
.AnyTagClassName
{
color: #FB32C8;
}
</style>
background-color css
<style>
a { background-color: #FB32C8; }
a { background-color: rgb(251,50,200); }
div.DivClassName
{
background-color: #FB32C8;
}
.BgClassName
{
background-color: #FB32C8;
}
</style>
border-color css
<style>
span { border-color: #FB32C8; }
span { border-color: rgb(251,50,200); }
td.TdClassName
{
border-color: #FB32C8;
}
.TagClassName
{
border-color: #FB32C8;
}
</style>