Shades of Razzle Dazzle Rose #FB32ED
Tints of Razzle Dazzle Rose #FB32ED
RGB
CMYK
RGB Variations
Color information
#FB32ED (or 0xFB32ED) is known color: Razzle Dazzle Rose. HEX triplet: FB, 32 and ED. RGB value is (251,50,237). Sum of RGB (Red+Green+Blue) = 251+50+237=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 50 (19.92% from 255 or 9.29% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB32ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB32ED is #04CD12. Grayscale: #828282. Windows color (decimal): -314643 or 15545083. OLE color: 15545083.
HSL color Cylindrical-coordinate representation of color #FB32ED: hue angle of 304.18º 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 #FB32ED is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 237 | - |
| CMYK | 0 | 0.80 | 0.06 | 0.02 |
| HSL | 304.18º | 0.96% | 0.59% | - |
| HSV(B) | 304.18º | 0.8% | 0.98% | - |
| XYZ | 56.21 | 28.9 | 82.74 | - |
| YUV | 131.42 | 187.59 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 237 | 0 | 0.80 | 0.06 | 0.02 | 304.18 | 0.96 | 0.59 |
| Hex | FB | 32 | ED | 0 | 50 | 6 | 2 | 130 | 60 | 3B |
| Octal | 373 | 62 | 355 | 0 | 120 | 6 | 2 | 460 | 140 | 73 |
| Binary | 11111011 | 110010 | 11101101 | 0 | 1010000 | 110 | 10 | 100110000 | 1100000 | 111011 |
Color Harmonies of #FB32ED
Complementary color
Monochromatic Colors of #FB32ED
Black with #FB32ED
Text Example
Text Example
White with #FB32ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB32ED; }
p { color: rgb(251,50,237); }
H1.HeaderClassName
{
color: #FB32ED;
}
.AnyTagClassName
{
color: #FB32ED;
}
</style>
background-color css
<style>
a { background-color: #FB32ED; }
a { background-color: rgb(251,50,237); }
div.DivClassName
{
background-color: #FB32ED;
}
.BgClassName
{
background-color: #FB32ED;
}
</style>
border-color css
<style>
span { border-color: #FB32ED; }
span { border-color: rgb(251,50,237); }
td.TdClassName
{
border-color: #FB32ED;
}
.TagClassName
{
border-color: #FB32ED;
}
</style>