Shades of Razzle Dazzle Rose #FB46DC
Tints of Razzle Dazzle Rose #FB46DC
RGB
CMYK
RGB Variations
Color information
#FB46DC (or 0xFB46DC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 46 and DC. RGB value is (251,70,220). Sum of RGB (Red+Green+Blue) = 251+70+220=541 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.40% from 541); Green value is 70 (27.73% from 255 or 12.94% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46DC is #04B923. Grayscale: #8C8C8C. Windows color (decimal): -309540 or 14436091. OLE color: 14436091.
HSL color Cylindrical-coordinate representation of color #FB46DC: hue angle of 310.28º 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 #FB46DC is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 220 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.02 |
| HSL | 310.28º | 0.96% | 0.63% | - |
| HSV(B) | 310.28º | 0.72% | 0.98% | - |
| XYZ | 54.89 | 30.06 | 70.62 | - |
| YUV | 141.22 | 172.47 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 220 | 0 | 0.72 | 0.12 | 0.02 | 310.28 | 0.96 | 0.63 |
| Hex | FB | 46 | DC | 0 | 48 | C | 2 | 136 | 60 | 3F |
| Octal | 373 | 106 | 334 | 0 | 110 | 14 | 2 | 466 | 140 | 77 |
| Binary | 11111011 | 1000110 | 11011100 | 0 | 1001000 | 1100 | 10 | 100110110 | 1100000 | 111111 |
Color Harmonies of #FB46DC
Complementary color
Monochromatic Colors of #FB46DC
Black with #FB46DC
Text Example
Text Example
White with #FB46DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46DC; }
p { color: rgb(251,70,220); }
H1.HeaderClassName
{
color: #FB46DC;
}
.AnyTagClassName
{
color: #FB46DC;
}
</style>
background-color css
<style>
a { background-color: #FB46DC; }
a { background-color: rgb(251,70,220); }
div.DivClassName
{
background-color: #FB46DC;
}
.BgClassName
{
background-color: #FB46DC;
}
</style>
border-color css
<style>
span { border-color: #FB46DC; }
span { border-color: rgb(251,70,220); }
td.TdClassName
{
border-color: #FB46DC;
}
.TagClassName
{
border-color: #FB46DC;
}
</style>