Shades of Razzle Dazzle Rose #FB4DCB
Tints of Razzle Dazzle Rose #FB4DCB
RGB
CMYK
RGB Variations
Color information
#FB4DCB (or 0xFB4DCB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4D and CB. RGB value is (251,77,203). Sum of RGB (Red+Green+Blue) = 251+77+203=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 77 (30.47% from 255 or 14.50% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB4DCB is #04B234. Grayscale: #8F8F8F. Windows color (decimal): -307765 or 13323771. OLE color: 13323771.
HSL color Cylindrical-coordinate representation of color #FB4DCB: hue angle of 316.55º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4DCB is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 203 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.02 |
| HSL | 316.55º | 0.96% | 0.64% | - |
| HSV(B) | 316.55º | 0.69% | 0.98% | - |
| XYZ | 53.22 | 30.13 | 59.51 | - |
| YUV | 143.39 | 161.65 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 203 | 0 | 0.69 | 0.19 | 0.02 | 316.55 | 0.96 | 0.64 |
| Hex | FB | 4D | CB | 0 | 45 | 13 | 2 | 13D | 60 | 40 |
| Octal | 373 | 115 | 313 | 0 | 105 | 23 | 2 | 475 | 140 | 100 |
| Binary | 11111011 | 1001101 | 11001011 | 0 | 1000101 | 10011 | 10 | 100111101 | 1100000 | 1000000 |
Color Harmonies of #FB4DCB
Complementary color
Monochromatic Colors of #FB4DCB
Black with #FB4DCB
Text Example
Text Example
White with #FB4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4DCB; }
p { color: rgb(251,77,203); }
H1.HeaderClassName
{
color: #FB4DCB;
}
.AnyTagClassName
{
color: #FB4DCB;
}
</style>
background-color css
<style>
a { background-color: #FB4DCB; }
a { background-color: rgb(251,77,203); }
div.DivClassName
{
background-color: #FB4DCB;
}
.BgClassName
{
background-color: #FB4DCB;
}
</style>
border-color css
<style>
span { border-color: #FB4DCB; }
span { border-color: rgb(251,77,203); }
td.TdClassName
{
border-color: #FB4DCB;
}
.TagClassName
{
border-color: #FB4DCB;
}
</style>