Shades of Razzle Dazzle Rose #FB4BCC
Tints of Razzle Dazzle Rose #FB4BCC
RGB
CMYK
RGB Variations
Color information
#FB4BCC (or 0xFB4BCC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 4B and CC. RGB value is (251,75,204). Sum of RGB (Red+Green+Blue) = 251+75+204=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 75 (29.69% from 255 or 14.15% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB4BCC is #04B433. Grayscale: #8D8D8D. Windows color (decimal): -308276 or 13388795. OLE color: 13388795.
HSL color Cylindrical-coordinate representation of color #FB4BCC: hue angle of 316.02º 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 #FB4BCC is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 75 | 204 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.02 |
| HSL | 316.02º | 0.96% | 0.64% | - |
| HSV(B) | 316.02º | 0.7% | 0.98% | - |
| XYZ | 53.2 | 29.9 | 60.09 | - |
| YUV | 142.33 | 162.81 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 75 | 204 | 0 | 0.70 | 0.19 | 0.02 | 316.02 | 0.96 | 0.64 |
| Hex | FB | 4B | CC | 0 | 46 | 13 | 2 | 13C | 60 | 40 |
| Octal | 373 | 113 | 314 | 0 | 106 | 23 | 2 | 474 | 140 | 100 |
| Binary | 11111011 | 1001011 | 11001100 | 0 | 1000110 | 10011 | 10 | 100111100 | 1100000 | 1000000 |
Color Harmonies of #FB4BCC
Complementary color
Monochromatic Colors of #FB4BCC
Black with #FB4BCC
Text Example
Text Example
White with #FB4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4BCC; }
p { color: rgb(251,75,204); }
H1.HeaderClassName
{
color: #FB4BCC;
}
.AnyTagClassName
{
color: #FB4BCC;
}
</style>
background-color css
<style>
a { background-color: #FB4BCC; }
a { background-color: rgb(251,75,204); }
div.DivClassName
{
background-color: #FB4BCC;
}
.BgClassName
{
background-color: #FB4BCC;
}
</style>
border-color css
<style>
span { border-color: #FB4BCC; }
span { border-color: rgb(251,75,204); }
td.TdClassName
{
border-color: #FB4BCC;
}
.TagClassName
{
border-color: #FB4BCC;
}
</style>