Shades of Razzle Dazzle Rose #FB49E0
Tints of Razzle Dazzle Rose #FB49E0
RGB
CMYK
RGB Variations
Color information
#FB49E0 (or 0xFB49E0) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and E0. RGB value is (251,73,224). Sum of RGB (Red+Green+Blue) = 251+73+224=548 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.80% from 548); Green value is 73 (28.91% from 255 or 13.32% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49E0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49E0 is #04B61F. Grayscale: #8F8F8F. Windows color (decimal): -308768 or 14699003. OLE color: 14699003.
HSL color Cylindrical-coordinate representation of color #FB49E0: hue angle of 309.1º 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 #FB49E0 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 224 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.02 |
| HSL | 309.1º | 0.96% | 0.64% | - |
| HSV(B) | 309.1º | 0.71% | 0.98% | - |
| XYZ | 55.62 | 30.66 | 73.51 | - |
| YUV | 143.44 | 173.47 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 224 | 0 | 0.71 | 0.11 | 0.02 | 309.1 | 0.96 | 0.64 |
| Hex | FB | 49 | E0 | 0 | 47 | B | 2 | 135 | 60 | 40 |
| Octal | 373 | 111 | 340 | 0 | 107 | 13 | 2 | 465 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11100000 | 0 | 1000111 | 1011 | 10 | 100110101 | 1100000 | 1000000 |
Color Harmonies of #FB49E0
Complementary color
Monochromatic Colors of #FB49E0
Black with #FB49E0
Text Example
Text Example
White with #FB49E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49E0; }
p { color: rgb(251,73,224); }
H1.HeaderClassName
{
color: #FB49E0;
}
.AnyTagClassName
{
color: #FB49E0;
}
</style>
background-color css
<style>
a { background-color: #FB49E0; }
a { background-color: rgb(251,73,224); }
div.DivClassName
{
background-color: #FB49E0;
}
.BgClassName
{
background-color: #FB49E0;
}
</style>
border-color css
<style>
span { border-color: #FB49E0; }
span { border-color: rgb(251,73,224); }
td.TdClassName
{
border-color: #FB49E0;
}
.TagClassName
{
border-color: #FB49E0;
}
</style>