Shades of Razzle Dazzle Rose #FB49D5
Tints of Razzle Dazzle Rose #FB49D5
RGB
CMYK
RGB Variations
Color information
#FB49D5 (or 0xFB49D5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and D5. RGB value is (251,73,213). Sum of RGB (Red+Green+Blue) = 251+73+213=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 73 (28.91% from 255 or 13.59% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49D5 is #04B62A. Grayscale: #8D8D8D. Windows color (decimal): -308779 or 13978107. OLE color: 13978107.
HSL color Cylindrical-coordinate representation of color #FB49D5: hue angle of 312.81º 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 #FB49D5 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 213 | - |
| CMYK | 0 | 0.71 | 0.15 | 0.02 |
| HSL | 312.81º | 0.96% | 0.64% | - |
| HSV(B) | 312.81º | 0.71% | 0.98% | - |
| XYZ | 54.18 | 30.08 | 65.9 | - |
| YUV | 142.18 | 167.97 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 213 | 0 | 0.71 | 0.15 | 0.02 | 312.81 | 0.96 | 0.64 |
| Hex | FB | 49 | D5 | 0 | 47 | F | 2 | 139 | 60 | 40 |
| Octal | 373 | 111 | 325 | 0 | 107 | 17 | 2 | 471 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11010101 | 0 | 1000111 | 1111 | 10 | 100111001 | 1100000 | 1000000 |
Color Harmonies of #FB49D5
Complementary color
Monochromatic Colors of #FB49D5
Black with #FB49D5
Text Example
Text Example
White with #FB49D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49D5; }
p { color: rgb(251,73,213); }
H1.HeaderClassName
{
color: #FB49D5;
}
.AnyTagClassName
{
color: #FB49D5;
}
</style>
background-color css
<style>
a { background-color: #FB49D5; }
a { background-color: rgb(251,73,213); }
div.DivClassName
{
background-color: #FB49D5;
}
.BgClassName
{
background-color: #FB49D5;
}
</style>
border-color css
<style>
span { border-color: #FB49D5; }
span { border-color: rgb(251,73,213); }
td.TdClassName
{
border-color: #FB49D5;
}
.TagClassName
{
border-color: #FB49D5;
}
</style>