Shades of Razzle Dazzle Rose #FB3ABA
Tints of Razzle Dazzle Rose #FB3ABA
RGB
CMYK
RGB Variations
Color information
#FB3ABA (or 0xFB3ABA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3A and BA. RGB value is (251,58,186). Sum of RGB (Red+Green+Blue) = 251+58+186=495 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.71% from 495); Green value is 58 (23.05% from 255 or 11.72% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3ABA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3ABA is #04C545. Grayscale: #818181. Windows color (decimal): -312646 or 12204795. OLE color: 12204795.
HSL color Cylindrical-coordinate representation of color #FB3ABA: hue angle of 320.21º 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 #FB3ABA is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 186 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.02 |
| HSL | 320.21º | 0.96% | 0.61% | - |
| HSV(B) | 320.21º | 0.77% | 0.98% | - |
| XYZ | 50.16 | 27.08 | 49.04 | - |
| YUV | 130.3 | 159.44 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 186 | 0 | 0.77 | 0.26 | 0.02 | 320.21 | 0.96 | 0.61 |
| Hex | FB | 3A | BA | 0 | 4D | 1A | 2 | 140 | 60 | 3D |
| Octal | 373 | 72 | 272 | 0 | 115 | 32 | 2 | 500 | 140 | 75 |
| Binary | 11111011 | 111010 | 10111010 | 0 | 1001101 | 11010 | 10 | 101000000 | 1100000 | 111101 |
Color Harmonies of #FB3ABA
Complementary color
Monochromatic Colors of #FB3ABA
Black with #FB3ABA
Text Example
Text Example
White with #FB3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3ABA; }
p { color: rgb(251,58,186); }
H1.HeaderClassName
{
color: #FB3ABA;
}
.AnyTagClassName
{
color: #FB3ABA;
}
</style>
background-color css
<style>
a { background-color: #FB3ABA; }
a { background-color: rgb(251,58,186); }
div.DivClassName
{
background-color: #FB3ABA;
}
.BgClassName
{
background-color: #FB3ABA;
}
</style>
border-color css
<style>
span { border-color: #FB3ABA; }
span { border-color: rgb(251,58,186); }
td.TdClassName
{
border-color: #FB3ABA;
}
.TagClassName
{
border-color: #FB3ABA;
}
</style>