Shades of Razzle Dazzle Rose #FF2BBB
Tints of Razzle Dazzle Rose #FF2BBB
RGB
CMYK
RGB Variations
Color information
#FF2BBB (or 0xFF2BBB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and BB. RGB value is (255,43,187). Sum of RGB (Red+Green+Blue) = 255+43+187=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2BBB is #00D444. Grayscale: #7A7A7A. Windows color (decimal): -54341 or 12266495. OLE color: 12266495.
HSL color Cylindrical-coordinate representation of color #FF2BBB: hue angle of 319.25º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2BBB is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 187 | - |
| CMYK | 0 | 0.83 | 0.27 | 0 |
| HSL | 319.25º | 1% | 0.58% | - |
| HSV(B) | 319.25º | 0.83% | 1% | - |
| XYZ | 51.07 | 26.58 | 49.45 | - |
| YUV | 122.8 | 164.24 | 222.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 187 | 0 | 0.83 | 0.27 | 0 | 319.25 | 1 | 0.58 |
| Hex | FF | 2B | BB | 0 | 53 | 1B | 0 | 13F | 64 | 3A |
| Octal | 377 | 53 | 273 | 0 | 123 | 33 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 101011 | 10111011 | 0 | 1010011 | 11011 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF2BBB
Complementary color
Monochromatic Colors of #FF2BBB
Black with #FF2BBB
Text Example
Text Example
White with #FF2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BBB; }
p { color: rgb(255,43,187); }
H1.HeaderClassName
{
color: #FF2BBB;
}
.AnyTagClassName
{
color: #FF2BBB;
}
</style>
background-color css
<style>
a { background-color: #FF2BBB; }
a { background-color: rgb(255,43,187); }
div.DivClassName
{
background-color: #FF2BBB;
}
.BgClassName
{
background-color: #FF2BBB;
}
</style>
border-color css
<style>
span { border-color: #FF2BBB; }
span { border-color: rgb(255,43,187); }
td.TdClassName
{
border-color: #FF2BBB;
}
.TagClassName
{
border-color: #FF2BBB;
}
</style>