Shades of Razzle Dazzle Rose #FB46DF
Tints of Razzle Dazzle Rose #FB46DF
RGB
CMYK
RGB Variations
Color information
#FB46DF (or 0xFB46DF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 46 and DF. RGB value is (251,70,223). Sum of RGB (Red+Green+Blue) = 251+70+223=544 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.14% from 544); Green value is 70 (27.73% from 255 or 12.87% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 251 - color contains mainly: red. Hex color #FB46DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB46DF is #04B920. Grayscale: #8D8D8D. Windows color (decimal): -309537 or 14632699. OLE color: 14632699.
HSL color Cylindrical-coordinate representation of color #FB46DF: hue angle of 309.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 #FB46DF is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 70 | 223 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.02 |
| HSL | 309.28º | 0.96% | 0.63% | - |
| HSV(B) | 309.28º | 0.72% | 0.98% | - |
| XYZ | 55.29 | 30.22 | 72.73 | - |
| YUV | 141.56 | 173.97 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 70 | 223 | 0 | 0.72 | 0.11 | 0.02 | 309.28 | 0.96 | 0.63 |
| Hex | FB | 46 | DF | 0 | 48 | B | 2 | 135 | 60 | 3F |
| Octal | 373 | 106 | 337 | 0 | 110 | 13 | 2 | 465 | 140 | 77 |
| Binary | 11111011 | 1000110 | 11011111 | 0 | 1001000 | 1011 | 10 | 100110101 | 1100000 | 111111 |
Color Harmonies of #FB46DF
Complementary color
Monochromatic Colors of #FB46DF
Black with #FB46DF
Text Example
Text Example
White with #FB46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB46DF; }
p { color: rgb(251,70,223); }
H1.HeaderClassName
{
color: #FB46DF;
}
.AnyTagClassName
{
color: #FB46DF;
}
</style>
background-color css
<style>
a { background-color: #FB46DF; }
a { background-color: rgb(251,70,223); }
div.DivClassName
{
background-color: #FB46DF;
}
.BgClassName
{
background-color: #FB46DF;
}
</style>
border-color css
<style>
span { border-color: #FB46DF; }
span { border-color: rgb(251,70,223); }
td.TdClassName
{
border-color: #FB46DF;
}
.TagClassName
{
border-color: #FB46DF;
}
</style>