Shades of Razzle Dazzle Rose #FB46BA
Tints of Razzle Dazzle Rose #FB46BA
RGB
CMYK
RGB Variations
Color information
#FB46BA (or 0xFB46BA) is known color: Razzle Dazzle Rose. HEX triplet: FB, 46 and BA. RGB value is (251,70,186). Sum of RGB (Red+Green+Blue) = 251+70+186=507 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.51% from 507); Green value is 70 (27.73% from 255 or 13.81% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46BA is #04B945. Grayscale: #898989. Windows color (decimal): -309574 or 12207867. OLE color: 12207867.
HSL color Cylindrical-coordinate representation of color #FB46BA: hue angle of 321.55º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB46BA is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 186 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.02 |
| HSL | 321.55º | 0.96% | 0.63% | - |
| HSV(B) | 321.55º | 0.72% | 0.98% | - |
| XYZ | 50.84 | 28.43 | 49.26 | - |
| YUV | 137.34 | 155.47 | 209.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 186 | 0 | 0.72 | 0.26 | 0.02 | 321.55 | 0.96 | 0.63 |
| Hex | FB | 46 | BA | 0 | 48 | 1A | 2 | 142 | 60 | 3F |
| Octal | 373 | 106 | 272 | 0 | 110 | 32 | 2 | 502 | 140 | 77 |
| Binary | 11111011 | 1000110 | 10111010 | 0 | 1001000 | 11010 | 10 | 101000010 | 1100000 | 111111 |
Color Harmonies of #FB46BA
Complementary color
Monochromatic Colors of #FB46BA
Black with #FB46BA
Text Example
Text Example
White with #FB46BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46BA; }
p { color: rgb(251,70,186); }
H1.HeaderClassName
{
color: #FB46BA;
}
.AnyTagClassName
{
color: #FB46BA;
}
</style>
background-color css
<style>
a { background-color: #FB46BA; }
a { background-color: rgb(251,70,186); }
div.DivClassName
{
background-color: #FB46BA;
}
.BgClassName
{
background-color: #FB46BA;
}
</style>
border-color css
<style>
span { border-color: #FB46BA; }
span { border-color: rgb(251,70,186); }
td.TdClassName
{
border-color: #FB46BA;
}
.TagClassName
{
border-color: #FB46BA;
}
</style>