Shades of Razzle Dazzle Rose #FB32D3
Tints of Razzle Dazzle Rose #FB32D3
RGB
CMYK
RGB Variations
Color information
#FB32D3 (or 0xFB32D3) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and D3. RGB value is (251,50,211). Sum of RGB (Red+Green+Blue) = 251+50+211=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32D3 is #04CD2C. Grayscale: #808080. Windows color (decimal): -314669 or 13841147. OLE color: 13841147.
HSL color Cylindrical-coordinate representation of color #FB32D3: hue angle of 311.94º 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 #FB32D3 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 211 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.02 |
| HSL | 311.94º | 0.96% | 0.59% | - |
| HSV(B) | 311.94º | 0.8% | 0.98% | - |
| XYZ | 52.68 | 27.49 | 64.16 | - |
| YUV | 128.45 | 174.59 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 211 | 0 | 0.80 | 0.16 | 0.02 | 311.94 | 0.96 | 0.59 |
| Hex | FB | 32 | D3 | 0 | 50 | 10 | 2 | 138 | 60 | 3B |
| Octal | 373 | 62 | 323 | 0 | 120 | 20 | 2 | 470 | 140 | 73 |
| Binary | 11111011 | 110010 | 11010011 | 0 | 1010000 | 10000 | 10 | 100111000 | 1100000 | 111011 |
Color Harmonies of #FB32D3
Complementary color
Monochromatic Colors of #FB32D3
Black with #FB32D3
Text Example
Text Example
White with #FB32D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32D3; }
p { color: rgb(251,50,211); }
H1.HeaderClassName
{
color: #FB32D3;
}
.AnyTagClassName
{
color: #FB32D3;
}
</style>
background-color css
<style>
a { background-color: #FB32D3; }
a { background-color: rgb(251,50,211); }
div.DivClassName
{
background-color: #FB32D3;
}
.BgClassName
{
background-color: #FB32D3;
}
</style>
border-color css
<style>
span { border-color: #FB32D3; }
span { border-color: rgb(251,50,211); }
td.TdClassName
{
border-color: #FB32D3;
}
.TagClassName
{
border-color: #FB32D3;
}
</style>