Shades of Razzle Dazzle Rose #FB49D6
Tints of Razzle Dazzle Rose #FB49D6
RGB
CMYK
RGB Variations
Color information
#FB49D6 (or 0xFB49D6) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and D6. RGB value is (251,73,214). Sum of RGB (Red+Green+Blue) = 251+73+214=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 73 (28.91% from 255 or 13.57% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49D6 is #04B629. Grayscale: #8D8D8D. Windows color (decimal): -308778 or 14043643. OLE color: 14043643.
HSL color Cylindrical-coordinate representation of color #FB49D6: hue angle of 312.47º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB49D6 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 214 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.02 |
| HSL | 312.47º | 0.96% | 0.64% | - |
| HSV(B) | 312.47º | 0.71% | 0.98% | - |
| XYZ | 54.3 | 30.13 | 66.57 | - |
| YUV | 142.3 | 168.47 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 214 | 0 | 0.71 | 0.15 | 0.02 | 312.47 | 0.96 | 0.64 |
| Hex | FB | 49 | D6 | 0 | 47 | F | 2 | 138 | 60 | 40 |
| Octal | 373 | 111 | 326 | 0 | 107 | 17 | 2 | 470 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11010110 | 0 | 1000111 | 1111 | 10 | 100111000 | 1100000 | 1000000 |
Color Harmonies of #FB49D6
Complementary color
Monochromatic Colors of #FB49D6
Black with #FB49D6
Text Example
Text Example
White with #FB49D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49D6; }
p { color: rgb(251,73,214); }
H1.HeaderClassName
{
color: #FB49D6;
}
.AnyTagClassName
{
color: #FB49D6;
}
</style>
background-color css
<style>
a { background-color: #FB49D6; }
a { background-color: rgb(251,73,214); }
div.DivClassName
{
background-color: #FB49D6;
}
.BgClassName
{
background-color: #FB49D6;
}
</style>
border-color css
<style>
span { border-color: #FB49D6; }
span { border-color: rgb(251,73,214); }
td.TdClassName
{
border-color: #FB49D6;
}
.TagClassName
{
border-color: #FB49D6;
}
</style>