Shades of Razzle Dazzle Rose #FB32D1
Tints of Razzle Dazzle Rose #FB32D1
RGB
CMYK
RGB Variations
Color information
#FB32D1 (or 0xFB32D1) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and D1. RGB value is (251,50,209). Sum of RGB (Red+Green+Blue) = 251+50+209=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 50 (19.92% from 255 or 9.80% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32D1 is #04CD2E. Grayscale: #7F7F7F. Windows color (decimal): -314671 or 13710075. OLE color: 13710075.
HSL color Cylindrical-coordinate representation of color #FB32D1: hue angle of 312.54º 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 #FB32D1 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 209 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.02 |
| HSL | 312.54º | 0.96% | 0.59% | - |
| HSV(B) | 312.54º | 0.8% | 0.98% | - |
| XYZ | 52.43 | 27.39 | 62.85 | - |
| YUV | 128.23 | 173.59 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 209 | 0 | 0.80 | 0.17 | 0.02 | 312.54 | 0.96 | 0.59 |
| Hex | FB | 32 | D1 | 0 | 50 | 11 | 2 | 139 | 60 | 3B |
| Octal | 373 | 62 | 321 | 0 | 120 | 21 | 2 | 471 | 140 | 73 |
| Binary | 11111011 | 110010 | 11010001 | 0 | 1010000 | 10001 | 10 | 100111001 | 1100000 | 111011 |
Color Harmonies of #FB32D1
Complementary color
Monochromatic Colors of #FB32D1
Black with #FB32D1
Text Example
Text Example
White with #FB32D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32D1; }
p { color: rgb(251,50,209); }
H1.HeaderClassName
{
color: #FB32D1;
}
.AnyTagClassName
{
color: #FB32D1;
}
</style>
background-color css
<style>
a { background-color: #FB32D1; }
a { background-color: rgb(251,50,209); }
div.DivClassName
{
background-color: #FB32D1;
}
.BgClassName
{
background-color: #FB32D1;
}
</style>
border-color css
<style>
span { border-color: #FB32D1; }
span { border-color: rgb(251,50,209); }
td.TdClassName
{
border-color: #FB32D1;
}
.TagClassName
{
border-color: #FB32D1;
}
</style>