Shades of Razzle Dazzle Rose #FB49D4
Tints of Razzle Dazzle Rose #FB49D4
RGB
CMYK
RGB Variations
Color information
#FB49D4 (or 0xFB49D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and D4. RGB value is (251,73,212). Sum of RGB (Red+Green+Blue) = 251+73+212=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 73 (28.91% from 255 or 13.62% from 536); Blue value is 212 (83.20% from 255 or 39.55% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49D4 is #04B62B. Grayscale: #8D8D8D. Windows color (decimal): -308780 or 13912571. OLE color: 13912571.
HSL color Cylindrical-coordinate representation of color #FB49D4: hue angle of 313.15º 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 #FB49D4 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 212 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.02 |
| HSL | 313.15º | 0.96% | 0.64% | - |
| HSV(B) | 313.15º | 0.71% | 0.98% | - |
| XYZ | 54.05 | 30.03 | 65.23 | - |
| YUV | 142.07 | 167.47 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 212 | 0 | 0.71 | 0.16 | 0.02 | 313.15 | 0.96 | 0.64 |
| Hex | FB | 49 | D4 | 0 | 47 | 10 | 2 | 139 | 60 | 40 |
| Octal | 373 | 111 | 324 | 0 | 107 | 20 | 2 | 471 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11010100 | 0 | 1000111 | 10000 | 10 | 100111001 | 1100000 | 1000000 |
Color Harmonies of #FB49D4
Complementary color
Monochromatic Colors of #FB49D4
Black with #FB49D4
Text Example
Text Example
White with #FB49D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49D4; }
p { color: rgb(251,73,212); }
H1.HeaderClassName
{
color: #FB49D4;
}
.AnyTagClassName
{
color: #FB49D4;
}
</style>
background-color css
<style>
a { background-color: #FB49D4; }
a { background-color: rgb(251,73,212); }
div.DivClassName
{
background-color: #FB49D4;
}
.BgClassName
{
background-color: #FB49D4;
}
</style>
border-color css
<style>
span { border-color: #FB49D4; }
span { border-color: rgb(251,73,212); }
td.TdClassName
{
border-color: #FB49D4;
}
.TagClassName
{
border-color: #FB49D4;
}
</style>