Shades of Razzle Dazzle Rose #FB49CC
Tints of Razzle Dazzle Rose #FB49CC
RGB
CMYK
RGB Variations
Color information
#FB49CC (or 0xFB49CC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 49 and CC. RGB value is (251,73,204). Sum of RGB (Red+Green+Blue) = 251+73+204=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 73 (28.91% from 255 or 13.83% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FB49CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB49CC is #04B633. Grayscale: #8C8C8C. Windows color (decimal): -308788 or 13388283. OLE color: 13388283.
HSL color Cylindrical-coordinate representation of color #FB49CC: hue angle of 315.84º 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 #FB49CC is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 73 | 204 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.02 |
| HSL | 315.84º | 0.96% | 0.64% | - |
| HSV(B) | 315.84º | 0.71% | 0.98% | - |
| XYZ | 53.07 | 29.63 | 60.05 | - |
| YUV | 141.16 | 163.47 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 73 | 204 | 0 | 0.71 | 0.19 | 0.02 | 315.84 | 0.96 | 0.64 |
| Hex | FB | 49 | CC | 0 | 47 | 13 | 2 | 13C | 60 | 40 |
| Octal | 373 | 111 | 314 | 0 | 107 | 23 | 2 | 474 | 140 | 100 |
| Binary | 11111011 | 1001001 | 11001100 | 0 | 1000111 | 10011 | 10 | 100111100 | 1100000 | 1000000 |
Color Harmonies of #FB49CC
Complementary color
Monochromatic Colors of #FB49CC
Black with #FB49CC
Text Example
Text Example
White with #FB49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB49CC; }
p { color: rgb(251,73,204); }
H1.HeaderClassName
{
color: #FB49CC;
}
.AnyTagClassName
{
color: #FB49CC;
}
</style>
background-color css
<style>
a { background-color: #FB49CC; }
a { background-color: rgb(251,73,204); }
div.DivClassName
{
background-color: #FB49CC;
}
.BgClassName
{
background-color: #FB49CC;
}
</style>
border-color css
<style>
span { border-color: #FB49CC; }
span { border-color: rgb(251,73,204); }
td.TdClassName
{
border-color: #FB49CC;
}
.TagClassName
{
border-color: #FB49CC;
}
</style>