Shades of Razzle Dazzle Rose #FB32C9
Tints of Razzle Dazzle Rose #FB32C9
RGB
CMYK
RGB Variations
Color information
#FB32C9 (or 0xFB32C9) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and C9. RGB value is (251,50,201). Sum of RGB (Red+Green+Blue) = 251+50+201=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 50 (19.92% from 255 or 9.96% from 502); Blue value is 201 (78.91% from 255 or 40.04% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32C9 is #04CD36. Grayscale: #7E7E7E. Windows color (decimal): -314679 or 13185787. OLE color: 13185787.
HSL color Cylindrical-coordinate representation of color #FB32C9: hue angle of 314.93º 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 #FB32C9 is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 201 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.02 |
| HSL | 314.93º | 0.96% | 0.59% | - |
| HSV(B) | 314.93º | 0.8% | 0.98% | - |
| XYZ | 51.47 | 27.01 | 57.76 | - |
| YUV | 127.31 | 169.59 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 201 | 0 | 0.80 | 0.20 | 0.02 | 314.93 | 0.96 | 0.59 |
| Hex | FB | 32 | C9 | 0 | 50 | 14 | 2 | 13B | 60 | 3B |
| Octal | 373 | 62 | 311 | 0 | 120 | 24 | 2 | 473 | 140 | 73 |
| Binary | 11111011 | 110010 | 11001001 | 0 | 1010000 | 10100 | 10 | 100111011 | 1100000 | 111011 |
Color Harmonies of #FB32C9
Complementary color
Monochromatic Colors of #FB32C9
Black with #FB32C9
Text Example
Text Example
White with #FB32C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32C9; }
p { color: rgb(251,50,201); }
H1.HeaderClassName
{
color: #FB32C9;
}
.AnyTagClassName
{
color: #FB32C9;
}
</style>
background-color css
<style>
a { background-color: #FB32C9; }
a { background-color: rgb(251,50,201); }
div.DivClassName
{
background-color: #FB32C9;
}
.BgClassName
{
background-color: #FB32C9;
}
</style>
border-color css
<style>
span { border-color: #FB32C9; }
span { border-color: rgb(251,50,201); }
td.TdClassName
{
border-color: #FB32C9;
}
.TagClassName
{
border-color: #FB32C9;
}
</style>