Shades of Razzle Dazzle Rose #FB4CCC
Tints of Razzle Dazzle Rose #FB4CCC
RGB
CMYK
RGB Variations
Color information
#FB4CCC (or 0xFB4CCC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4C and CC. RGB value is (251,76,204). Sum of RGB (Red+Green+Blue) = 251+76+204=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 76 (30.08% from 255 or 14.31% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CCC is #04B333. Grayscale: #8E8E8E. Windows color (decimal): -308020 or 13389051. OLE color: 13389051.
HSL color Cylindrical-coordinate representation of color #FB4CCC: hue angle of 316.11º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4CCC is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 204 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.02 |
| HSL | 316.11º | 0.96% | 0.64% | - |
| HSV(B) | 316.11º | 0.7% | 0.98% | - |
| XYZ | 53.27 | 30.04 | 60.12 | - |
| YUV | 142.92 | 162.48 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 204 | 0 | 0.70 | 0.19 | 0.02 | 316.11 | 0.96 | 0.64 |
| Hex | FB | 4C | CC | 0 | 46 | 13 | 2 | 13C | 60 | 40 |
| Octal | 373 | 114 | 314 | 0 | 106 | 23 | 2 | 474 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11001100 | 0 | 1000110 | 10011 | 10 | 100111100 | 1100000 | 1000000 |
Color Harmonies of #FB4CCC
Complementary color
Monochromatic Colors of #FB4CCC
Black with #FB4CCC
Text Example
Text Example
White with #FB4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CCC; }
p { color: rgb(251,76,204); }
H1.HeaderClassName
{
color: #FB4CCC;
}
.AnyTagClassName
{
color: #FB4CCC;
}
</style>
background-color css
<style>
a { background-color: #FB4CCC; }
a { background-color: rgb(251,76,204); }
div.DivClassName
{
background-color: #FB4CCC;
}
.BgClassName
{
background-color: #FB4CCC;
}
</style>
border-color css
<style>
span { border-color: #FB4CCC; }
span { border-color: rgb(251,76,204); }
td.TdClassName
{
border-color: #FB4CCC;
}
.TagClassName
{
border-color: #FB4CCC;
}
</style>