Shades of Razzle Dazzle Rose #FB4CCD
Tints of Razzle Dazzle Rose #FB4CCD
RGB
CMYK
RGB Variations
Color information
#FB4CCD (or 0xFB4CCD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4C and CD. RGB value is (251,76,205). Sum of RGB (Red+Green+Blue) = 251+76+205=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 76 (30.08% from 255 or 14.29% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4CCD is #04B332. Grayscale: #8E8E8E. Windows color (decimal): -308019 or 13454587. OLE color: 13454587.
HSL color Cylindrical-coordinate representation of color #FB4CCD: hue angle of 315.77º 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 #FB4CCD is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 205 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.02 |
| HSL | 315.77º | 0.96% | 0.64% | - |
| HSV(B) | 315.77º | 0.7% | 0.98% | - |
| XYZ | 53.39 | 30.09 | 60.75 | - |
| YUV | 143.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 205 | 0 | 0.70 | 0.18 | 0.02 | 315.77 | 0.96 | 0.64 |
| Hex | FB | 4C | CD | 0 | 46 | 12 | 2 | 13C | 60 | 40 |
| Octal | 373 | 114 | 315 | 0 | 106 | 22 | 2 | 474 | 140 | 100 |
| Binary | 11111011 | 1001100 | 11001101 | 0 | 1000110 | 10010 | 10 | 100111100 | 1100000 | 1000000 |
Color Harmonies of #FB4CCD
Complementary color
Monochromatic Colors of #FB4CCD
Black with #FB4CCD
Text Example
Text Example
White with #FB4CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4CCD; }
p { color: rgb(251,76,205); }
H1.HeaderClassName
{
color: #FB4CCD;
}
.AnyTagClassName
{
color: #FB4CCD;
}
</style>
background-color css
<style>
a { background-color: #FB4CCD; }
a { background-color: rgb(251,76,205); }
div.DivClassName
{
background-color: #FB4CCD;
}
.BgClassName
{
background-color: #FB4CCD;
}
</style>
border-color css
<style>
span { border-color: #FB4CCD; }
span { border-color: rgb(251,76,205); }
td.TdClassName
{
border-color: #FB4CCD;
}
.TagClassName
{
border-color: #FB4CCD;
}
</style>