Shades of Razzle Dazzle Rose #FB2BCB
Tints of Razzle Dazzle Rose #FB2BCB
RGB
CMYK
RGB Variations
Color information
#FB2BCB (or 0xFB2BCB) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2B and CB. RGB value is (251,43,203). Sum of RGB (Red+Green+Blue) = 251+43+203=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 43 (17.19% from 255 or 8.65% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2BCB is #04D434. Grayscale: #7A7A7A. Windows color (decimal): -316469 or 13315067. OLE color: 13315067.
HSL color Cylindrical-coordinate representation of color #FB2BCB: hue angle of 313.85º 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 #FB2BCB is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 203 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.02 |
| HSL | 313.85º | 0.96% | 0.58% | - |
| HSV(B) | 313.85º | 0.83% | 0.98% | - |
| XYZ | 51.43 | 26.55 | 58.91 | - |
| YUV | 123.43 | 172.91 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 203 | 0 | 0.83 | 0.19 | 0.02 | 313.85 | 0.96 | 0.58 |
| Hex | FB | 2B | CB | 0 | 53 | 13 | 2 | 13A | 60 | 3A |
| Octal | 373 | 53 | 313 | 0 | 123 | 23 | 2 | 472 | 140 | 72 |
| Binary | 11111011 | 101011 | 11001011 | 0 | 1010011 | 10011 | 10 | 100111010 | 1100000 | 111010 |
Color Harmonies of #FB2BCB
Complementary color
Monochromatic Colors of #FB2BCB
Black with #FB2BCB
Text Example
Text Example
White with #FB2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2BCB; }
p { color: rgb(251,43,203); }
H1.HeaderClassName
{
color: #FB2BCB;
}
.AnyTagClassName
{
color: #FB2BCB;
}
</style>
background-color css
<style>
a { background-color: #FB2BCB; }
a { background-color: rgb(251,43,203); }
div.DivClassName
{
background-color: #FB2BCB;
}
.BgClassName
{
background-color: #FB2BCB;
}
</style>
border-color css
<style>
span { border-color: #FB2BCB; }
span { border-color: rgb(251,43,203); }
td.TdClassName
{
border-color: #FB2BCB;
}
.TagClassName
{
border-color: #FB2BCB;
}
</style>