Shades of Razzle Dazzle Rose #FB3BDA
Tints of Razzle Dazzle Rose #FB3BDA
RGB
CMYK
RGB Variations
Color information
#FB3BDA (or 0xFB3BDA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3B and DA. RGB value is (251,59,218). Sum of RGB (Red+Green+Blue) = 251+59+218=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 59 (23.44% from 255 or 11.17% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3BDA is #04C425. Grayscale: #868686. Windows color (decimal): -312358 or 14302203. OLE color: 14302203.
HSL color Cylindrical-coordinate representation of color #FB3BDA: hue angle of 310.31º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3BDA is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 218 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.02 |
| HSL | 310.31º | 0.96% | 0.61% | - |
| HSV(B) | 310.31º | 0.76% | 0.98% | - |
| XYZ | 54 | 28.7 | 69.02 | - |
| YUV | 134.53 | 175.11 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 218 | 0 | 0.76 | 0.13 | 0.02 | 310.31 | 0.96 | 0.61 |
| Hex | FB | 3B | DA | 0 | 4C | D | 2 | 136 | 60 | 3D |
| Octal | 373 | 73 | 332 | 0 | 114 | 15 | 2 | 466 | 140 | 75 |
| Binary | 11111011 | 111011 | 11011010 | 0 | 1001100 | 1101 | 10 | 100110110 | 1100000 | 111101 |
Color Harmonies of #FB3BDA
Complementary color
Monochromatic Colors of #FB3BDA
Black with #FB3BDA
Text Example
Text Example
White with #FB3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BDA; }
p { color: rgb(251,59,218); }
H1.HeaderClassName
{
color: #FB3BDA;
}
.AnyTagClassName
{
color: #FB3BDA;
}
</style>
background-color css
<style>
a { background-color: #FB3BDA; }
a { background-color: rgb(251,59,218); }
div.DivClassName
{
background-color: #FB3BDA;
}
.BgClassName
{
background-color: #FB3BDA;
}
</style>
border-color css
<style>
span { border-color: #FB3BDA; }
span { border-color: rgb(251,59,218); }
td.TdClassName
{
border-color: #FB3BDA;
}
.TagClassName
{
border-color: #FB3BDA;
}
</style>