Shades of Razzle Dazzle Rose #FB49CE
Tints of Razzle Dazzle Rose #FB49CE
RGB
CMYK
RGB Variations
Color information
#FB49CE (or 0xFB49CE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and CE. RGB value is (251,73,206). Sum of RGB (Red+Green+Blue) = 251+73+206=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 73 (28.91% from 255 or 13.77% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49CE is #04B631. Grayscale: #8D8D8D. Windows color (decimal): -308786 or 13519355. OLE color: 13519355.
HSL color Cylindrical-coordinate representation of color #FB49CE: hue angle of 315.17º 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 #FB49CE is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 206 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.02 |
| HSL | 315.17º | 0.96% | 0.64% | - |
| HSV(B) | 315.17º | 0.71% | 0.98% | - |
| XYZ | 53.31 | 29.73 | 61.32 | - |
| YUV | 141.38 | 164.47 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 206 | 0 | 0.71 | 0.18 | 0.02 | 315.17 | 0.96 | 0.64 |
| Hex | FB | 49 | CE | 0 | 47 | 12 | 2 | 13B | 60 | 40 |
| Octal | 373 | 111 | 316 | 0 | 107 | 22 | 2 | 473 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11001110 | 0 | 1000111 | 10010 | 10 | 100111011 | 1100000 | 1000000 |
Color Harmonies of #FB49CE
Complementary color
Monochromatic Colors of #FB49CE
Black with #FB49CE
Text Example
Text Example
White with #FB49CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49CE; }
p { color: rgb(251,73,206); }
H1.HeaderClassName
{
color: #FB49CE;
}
.AnyTagClassName
{
color: #FB49CE;
}
</style>
background-color css
<style>
a { background-color: #FB49CE; }
a { background-color: rgb(251,73,206); }
div.DivClassName
{
background-color: #FB49CE;
}
.BgClassName
{
background-color: #FB49CE;
}
</style>
border-color css
<style>
span { border-color: #FB49CE; }
span { border-color: rgb(251,73,206); }
td.TdClassName
{
border-color: #FB49CE;
}
.TagClassName
{
border-color: #FB49CE;
}
</style>