Shades of Razzle Dazzle Rose #FB32D4
Tints of Razzle Dazzle Rose #FB32D4
RGB
CMYK
RGB Variations
Color information
#FB32D4 (or 0xFB32D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and D4. RGB value is (251,50,212). Sum of RGB (Red+Green+Blue) = 251+50+212=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 50 (19.92% from 255 or 9.75% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB32D4 is #04CD2B. Grayscale: #808080. Windows color (decimal): -314668 or 13906683. OLE color: 13906683.
HSL color Cylindrical-coordinate representation of color #FB32D4: hue angle of 311.64º 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 #FB32D4 is Cyan = 0, Magento = 0.80, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 212 | - |
| CMYK | 0 | 0.80 | 0.16 | 0.02 |
| HSL | 311.64º | 0.96% | 0.59% | - |
| HSV(B) | 311.64º | 0.8% | 0.98% | - |
| XYZ | 52.81 | 27.54 | 64.82 | - |
| YUV | 128.57 | 175.09 | 215.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 212 | 0 | 0.80 | 0.16 | 0.02 | 311.64 | 0.96 | 0.59 |
| Hex | FB | 32 | D4 | 0 | 50 | 10 | 2 | 138 | 60 | 3B |
| Octal | 373 | 62 | 324 | 0 | 120 | 20 | 2 | 470 | 140 | 73 |
| Binary | 11111011 | 110010 | 11010100 | 0 | 1010000 | 10000 | 10 | 100111000 | 1100000 | 111011 |
Color Harmonies of #FB32D4
Complementary color
Monochromatic Colors of #FB32D4
Black with #FB32D4
Text Example
Text Example
White with #FB32D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32D4; }
p { color: rgb(251,50,212); }
H1.HeaderClassName
{
color: #FB32D4;
}
.AnyTagClassName
{
color: #FB32D4;
}
</style>
background-color css
<style>
a { background-color: #FB32D4; }
a { background-color: rgb(251,50,212); }
div.DivClassName
{
background-color: #FB32D4;
}
.BgClassName
{
background-color: #FB32D4;
}
</style>
border-color css
<style>
span { border-color: #FB32D4; }
span { border-color: rgb(251,50,212); }
td.TdClassName
{
border-color: #FB32D4;
}
.TagClassName
{
border-color: #FB32D4;
}
</style>