Shades of Razzle Dazzle Rose #FB2ADD
Tints of Razzle Dazzle Rose #FB2ADD
RGB
CMYK
RGB Variations
Color information
#FB2ADD (or 0xFB2ADD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2A and DD. RGB value is (251,42,221). Sum of RGB (Red+Green+Blue) = 251+42+221=514 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.83% from 514); Green value is 42 (16.80% from 255 or 8.17% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2ADD is #04D522. Grayscale: #7C7C7C. Windows color (decimal): -316707 or 14494459. OLE color: 14494459.
HSL color Cylindrical-coordinate representation of color #FB2ADD: hue angle of 308.61º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2ADD is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 221 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.02 |
| HSL | 308.61º | 0.96% | 0.57% | - |
| HSV(B) | 308.61º | 0.83% | 0.98% | - |
| XYZ | 53.66 | 27.39 | 70.86 | - |
| YUV | 124.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 221 | 0 | 0.83 | 0.12 | 0.02 | 308.61 | 0.96 | 0.57 |
| Hex | FB | 2A | DD | 0 | 53 | C | 2 | 135 | 60 | 39 |
| Octal | 373 | 52 | 335 | 0 | 123 | 14 | 2 | 465 | 140 | 71 |
| Binary | 11111011 | 101010 | 11011101 | 0 | 1010011 | 1100 | 10 | 100110101 | 1100000 | 111001 |
Color Harmonies of #FB2ADD
Complementary color
Monochromatic Colors of #FB2ADD
Black with #FB2ADD
Text Example
Text Example
White with #FB2ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2ADD; }
p { color: rgb(251,42,221); }
H1.HeaderClassName
{
color: #FB2ADD;
}
.AnyTagClassName
{
color: #FB2ADD;
}
</style>
background-color css
<style>
a { background-color: #FB2ADD; }
a { background-color: rgb(251,42,221); }
div.DivClassName
{
background-color: #FB2ADD;
}
.BgClassName
{
background-color: #FB2ADD;
}
</style>
border-color css
<style>
span { border-color: #FB2ADD; }
span { border-color: rgb(251,42,221); }
td.TdClassName
{
border-color: #FB2ADD;
}
.TagClassName
{
border-color: #FB2ADD;
}
</style>