Shades of Razzle Dazzle Rose #FF2BBD
Tints of Razzle Dazzle Rose #FF2BBD
RGB
CMYK
RGB Variations
Color information
#FF2BBD (or 0xFF2BBD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2B and BD. RGB value is (255,43,189). Sum of RGB (Red+Green+Blue) = 255+43+189=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2BBD is #00D442. Grayscale: #7A7A7A. Windows color (decimal): -54339 or 12397567. OLE color: 12397567.
HSL color Cylindrical-coordinate representation of color #FF2BBD: hue angle of 318.68º 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 #FF2BBD is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 189 | - |
| CMYK | 0 | 0.83 | 0.26 | 0 |
| HSL | 318.68º | 1% | 0.58% | - |
| HSV(B) | 318.68º | 0.83% | 1% | - |
| XYZ | 51.29 | 26.66 | 50.59 | - |
| YUV | 123.03 | 165.24 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 189 | 0 | 0.83 | 0.26 | 0 | 318.68 | 1 | 0.58 |
| Hex | FF | 2B | BD | 0 | 53 | 1A | 0 | 13F | 64 | 3A |
| Octal | 377 | 53 | 275 | 0 | 123 | 32 | 0 | 477 | 144 | 72 |
| Binary | 11111111 | 101011 | 10111101 | 0 | 1010011 | 11010 | 0 | 100111111 | 1100100 | 111010 |
Color Harmonies of #FF2BBD
Complementary color
Monochromatic Colors of #FF2BBD
Black with #FF2BBD
Text Example
Text Example
White with #FF2BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2BBD; }
p { color: rgb(255,43,189); }
H1.HeaderClassName
{
color: #FF2BBD;
}
.AnyTagClassName
{
color: #FF2BBD;
}
</style>
background-color css
<style>
a { background-color: #FF2BBD; }
a { background-color: rgb(255,43,189); }
div.DivClassName
{
background-color: #FF2BBD;
}
.BgClassName
{
background-color: #FF2BBD;
}
</style>
border-color css
<style>
span { border-color: #FF2BBD; }
span { border-color: rgb(255,43,189); }
td.TdClassName
{
border-color: #FF2BBD;
}
.TagClassName
{
border-color: #FF2BBD;
}
</style>