Shades of Razzle Dazzle Rose #FB3AB8
Tints of Razzle Dazzle Rose #FB3AB8
RGB
CMYK
RGB Variations
Color information
#FB3AB8 (or 0xFB3AB8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3A and B8. RGB value is (251,58,184). Sum of RGB (Red+Green+Blue) = 251+58+184=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3AB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3AB8 is #04C547. Grayscale: #818181. Windows color (decimal): -312648 or 12073723. OLE color: 12073723.
HSL color Cylindrical-coordinate representation of color #FB3AB8: hue angle of 320.83º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3AB8 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 184 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.02 |
| HSL | 320.83º | 0.96% | 0.61% | - |
| HSV(B) | 320.83º | 0.77% | 0.98% | - |
| XYZ | 49.95 | 27 | 47.93 | - |
| YUV | 130.07 | 158.44 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 184 | 0 | 0.77 | 0.27 | 0.02 | 320.83 | 0.96 | 0.61 |
| Hex | FB | 3A | B8 | 0 | 4D | 1B | 2 | 141 | 60 | 3D |
| Octal | 373 | 72 | 270 | 0 | 115 | 33 | 2 | 501 | 140 | 75 |
| Binary | 11111011 | 111010 | 10111000 | 0 | 1001101 | 11011 | 10 | 101000001 | 1100000 | 111101 |
Color Harmonies of #FB3AB8
Complementary color
Monochromatic Colors of #FB3AB8
Black with #FB3AB8
Text Example
Text Example
White with #FB3AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3AB8; }
p { color: rgb(251,58,184); }
H1.HeaderClassName
{
color: #FB3AB8;
}
.AnyTagClassName
{
color: #FB3AB8;
}
</style>
background-color css
<style>
a { background-color: #FB3AB8; }
a { background-color: rgb(251,58,184); }
div.DivClassName
{
background-color: #FB3AB8;
}
.BgClassName
{
background-color: #FB3AB8;
}
</style>
border-color css
<style>
span { border-color: #FB3AB8; }
span { border-color: rgb(251,58,184); }
td.TdClassName
{
border-color: #FB3AB8;
}
.TagClassName
{
border-color: #FB3AB8;
}
</style>