Shades of Razzle Dazzle Rose #FB2BCC
Tints of Razzle Dazzle Rose #FB2BCC
RGB
CMYK
RGB Variations
Color information
#FB2BCC (or 0xFB2BCC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2B and CC. RGB value is (251,43,204). Sum of RGB (Red+Green+Blue) = 251+43+204=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 43 (17.19% from 255 or 8.63% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2BCC is #04D433. Grayscale: #7B7B7B. Windows color (decimal): -316468 or 13380603. OLE color: 13380603.
HSL color Cylindrical-coordinate representation of color #FB2BCC: hue angle of 313.56º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2BCC is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 204 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.02 |
| HSL | 313.56º | 0.96% | 0.58% | - |
| HSV(B) | 313.56º | 0.83% | 0.98% | - |
| XYZ | 51.55 | 26.6 | 59.54 | - |
| YUV | 123.55 | 173.41 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 204 | 0 | 0.83 | 0.19 | 0.02 | 313.56 | 0.96 | 0.58 |
| Hex | FB | 2B | CC | 0 | 53 | 13 | 2 | 13A | 60 | 3A |
| Octal | 373 | 53 | 314 | 0 | 123 | 23 | 2 | 472 | 140 | 72 |
| Binary | 11111011 | 101011 | 11001100 | 0 | 1010011 | 10011 | 10 | 100111010 | 1100000 | 111010 |
Color Harmonies of #FB2BCC
Complementary color
Monochromatic Colors of #FB2BCC
Black with #FB2BCC
Text Example
Text Example
White with #FB2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2BCC; }
p { color: rgb(251,43,204); }
H1.HeaderClassName
{
color: #FB2BCC;
}
.AnyTagClassName
{
color: #FB2BCC;
}
</style>
background-color css
<style>
a { background-color: #FB2BCC; }
a { background-color: rgb(251,43,204); }
div.DivClassName
{
background-color: #FB2BCC;
}
.BgClassName
{
background-color: #FB2BCC;
}
</style>
border-color css
<style>
span { border-color: #FB2BCC; }
span { border-color: rgb(251,43,204); }
td.TdClassName
{
border-color: #FB2BCC;
}
.TagClassName
{
border-color: #FB2BCC;
}
</style>