Shades of Razzle Dazzle Rose #FB2DBA
Tints of Razzle Dazzle Rose #FB2DBA
RGB
CMYK
RGB Variations
Color information
#FB2DBA (or 0xFB2DBA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2D and BA. RGB value is (251,45,186). Sum of RGB (Red+Green+Blue) = 251+45+186=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2DBA is #04D245. Grayscale: #7A7A7A. Windows color (decimal): -315974 or 12201467. OLE color: 12201467.
HSL color Cylindrical-coordinate representation of color #FB2DBA: hue angle of 318.93º 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 #FB2DBA is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 186 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.02 |
| HSL | 318.93º | 0.96% | 0.58% | - |
| HSV(B) | 318.93º | 0.82% | 0.98% | - |
| XYZ | 49.58 | 25.93 | 48.85 | - |
| YUV | 122.67 | 163.75 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 186 | 0 | 0.82 | 0.26 | 0.02 | 318.93 | 0.96 | 0.58 |
| Hex | FB | 2D | BA | 0 | 52 | 1A | 2 | 13F | 60 | 3A |
| Octal | 373 | 55 | 272 | 0 | 122 | 32 | 2 | 477 | 140 | 72 |
| Binary | 11111011 | 101101 | 10111010 | 0 | 1010010 | 11010 | 10 | 100111111 | 1100000 | 111010 |
Color Harmonies of #FB2DBA
Complementary color
Monochromatic Colors of #FB2DBA
Black with #FB2DBA
Text Example
Text Example
White with #FB2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DBA; }
p { color: rgb(251,45,186); }
H1.HeaderClassName
{
color: #FB2DBA;
}
.AnyTagClassName
{
color: #FB2DBA;
}
</style>
background-color css
<style>
a { background-color: #FB2DBA; }
a { background-color: rgb(251,45,186); }
div.DivClassName
{
background-color: #FB2DBA;
}
.BgClassName
{
background-color: #FB2DBA;
}
</style>
border-color css
<style>
span { border-color: #FB2DBA; }
span { border-color: rgb(251,45,186); }
td.TdClassName
{
border-color: #FB2DBA;
}
.TagClassName
{
border-color: #FB2DBA;
}
</style>