Shades of Razzle Dazzle Rose #FB4ADD
Tints of Razzle Dazzle Rose #FB4ADD
RGB
CMYK
RGB Variations
Color information
#FB4ADD (or 0xFB4ADD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and DD. RGB value is (251,74,221). Sum of RGB (Red+Green+Blue) = 251+74+221=546 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.97% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4ADD is #04B522. Grayscale: #8F8F8F. Windows color (decimal): -308515 or 14502651. OLE color: 14502651.
HSL color Cylindrical-coordinate representation of color #FB4ADD: hue angle of 310.17º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4ADD is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 221 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.02 |
| HSL | 310.17º | 0.96% | 0.64% | - |
| HSV(B) | 310.17º | 0.71% | 0.98% | - |
| XYZ | 55.28 | 30.63 | 71.4 | - |
| YUV | 143.68 | 171.64 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 221 | 0 | 0.71 | 0.12 | 0.02 | 310.17 | 0.96 | 0.64 |
| Hex | FB | 4A | DD | 0 | 47 | C | 2 | 136 | 60 | 40 |
| Octal | 373 | 112 | 335 | 0 | 107 | 14 | 2 | 466 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11011101 | 0 | 1000111 | 1100 | 10 | 100110110 | 1100000 | 1000000 |
Color Harmonies of #FB4ADD
Complementary color
Monochromatic Colors of #FB4ADD
Black with #FB4ADD
Text Example
Text Example
White with #FB4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ADD; }
p { color: rgb(251,74,221); }
H1.HeaderClassName
{
color: #FB4ADD;
}
.AnyTagClassName
{
color: #FB4ADD;
}
</style>
background-color css
<style>
a { background-color: #FB4ADD; }
a { background-color: rgb(251,74,221); }
div.DivClassName
{
background-color: #FB4ADD;
}
.BgClassName
{
background-color: #FB4ADD;
}
</style>
border-color css
<style>
span { border-color: #FB4ADD; }
span { border-color: rgb(251,74,221); }
td.TdClassName
{
border-color: #FB4ADD;
}
.TagClassName
{
border-color: #FB4ADD;
}
</style>