Shades of Razzle Dazzle Rose #FB2DDD
Tints of Razzle Dazzle Rose #FB2DDD
RGB
CMYK
RGB Variations
Color information
#FB2DDD (or 0xFB2DDD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2D and DD. RGB value is (251,45,221). Sum of RGB (Red+Green+Blue) = 251+45+221=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 45 (17.97% from 255 or 8.70% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2DDD is #04D222. Grayscale: #7E7E7E. Windows color (decimal): -315939 or 14495227. OLE color: 14495227.
HSL color Cylindrical-coordinate representation of color #FB2DDD: hue angle of 308.74º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2DDD is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 221 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.02 |
| HSL | 308.74º | 0.96% | 0.58% | - |
| HSV(B) | 308.74º | 0.82% | 0.98% | - |
| XYZ | 53.77 | 27.61 | 70.9 | - |
| YUV | 126.66 | 181.25 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 221 | 0 | 0.82 | 0.12 | 0.02 | 308.74 | 0.96 | 0.58 |
| Hex | FB | 2D | DD | 0 | 52 | C | 2 | 135 | 60 | 3A |
| Octal | 373 | 55 | 335 | 0 | 122 | 14 | 2 | 465 | 140 | 72 |
| Binary | 11111011 | 101101 | 11011101 | 0 | 1010010 | 1100 | 10 | 100110101 | 1100000 | 111010 |
Color Harmonies of #FB2DDD
Complementary color
Monochromatic Colors of #FB2DDD
Black with #FB2DDD
Text Example
Text Example
White with #FB2DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DDD; }
p { color: rgb(251,45,221); }
H1.HeaderClassName
{
color: #FB2DDD;
}
.AnyTagClassName
{
color: #FB2DDD;
}
</style>
background-color css
<style>
a { background-color: #FB2DDD; }
a { background-color: rgb(251,45,221); }
div.DivClassName
{
background-color: #FB2DDD;
}
.BgClassName
{
background-color: #FB2DDD;
}
</style>
border-color css
<style>
span { border-color: #FB2DDD; }
span { border-color: rgb(251,45,221); }
td.TdClassName
{
border-color: #FB2DDD;
}
.TagClassName
{
border-color: #FB2DDD;
}
</style>