Shades of Razzle Dazzle Rose #FB4ADE
Tints of Razzle Dazzle Rose #FB4ADE
RGB
CMYK
RGB Variations
Color information
#FB4ADE (or 0xFB4ADE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4A and DE. RGB value is (251,74,222). Sum of RGB (Red+Green+Blue) = 251+74+222=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4ADE is #04B521. Grayscale: #8F8F8F. Windows color (decimal): -308514 or 14568187. OLE color: 14568187.
HSL color Cylindrical-coordinate representation of color #FB4ADE: hue angle of 309.83º 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 #FB4ADE is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 74 | 222 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.02 |
| HSL | 309.83º | 0.96% | 0.64% | - |
| HSV(B) | 309.83º | 0.71% | 0.98% | - |
| XYZ | 55.42 | 30.68 | 72.11 | - |
| YUV | 143.8 | 172.14 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 74 | 222 | 0 | 0.71 | 0.12 | 0.02 | 309.83 | 0.96 | 0.64 |
| Hex | FB | 4A | DE | 0 | 47 | C | 2 | 136 | 60 | 40 |
| Octal | 373 | 112 | 336 | 0 | 107 | 14 | 2 | 466 | 140 | 100 |
| Binary | 11111011 | 1001010 | 11011110 | 0 | 1000111 | 1100 | 10 | 100110110 | 1100000 | 1000000 |
Color Harmonies of #FB4ADE
Complementary color
Monochromatic Colors of #FB4ADE
Black with #FB4ADE
Text Example
Text Example
White with #FB4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4ADE; }
p { color: rgb(251,74,222); }
H1.HeaderClassName
{
color: #FB4ADE;
}
.AnyTagClassName
{
color: #FB4ADE;
}
</style>
background-color css
<style>
a { background-color: #FB4ADE; }
a { background-color: rgb(251,74,222); }
div.DivClassName
{
background-color: #FB4ADE;
}
.BgClassName
{
background-color: #FB4ADE;
}
</style>
border-color css
<style>
span { border-color: #FB4ADE; }
span { border-color: rgb(251,74,222); }
td.TdClassName
{
border-color: #FB4ADE;
}
.TagClassName
{
border-color: #FB4ADE;
}
</style>