Shades of Razzle Dazzle Rose #FD2BBB
Tints of Razzle Dazzle Rose #FD2BBB
RGB
CMYK
RGB Variations
Color information
#FD2BBB (or 0xFD2BBB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2B and BB. RGB value is (253,43,187). Sum of RGB (Red+Green+Blue) = 253+43+187=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 43 (17.19% from 255 or 8.90% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2BBB is #02D444. Grayscale: #797979. Windows color (decimal): -185413 or 12266493. OLE color: 12266493.
HSL color Cylindrical-coordinate representation of color #FD2BBB: hue angle of 318.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2BBB is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 187 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.01 |
| HSL | 318.86º | 0.98% | 0.58% | - |
| HSV(B) | 318.86º | 0.83% | 0.99% | - |
| XYZ | 50.34 | 26.2 | 49.42 | - |
| YUV | 122.21 | 164.57 | 221.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 187 | 0 | 0.83 | 0.26 | 0.01 | 318.86 | 0.98 | 0.58 |
| Hex | FD | 2B | BB | 0 | 53 | 1A | 1 | 13F | 62 | 3A |
| Octal | 375 | 53 | 273 | 0 | 123 | 32 | 1 | 477 | 142 | 72 |
| Binary | 11111101 | 101011 | 10111011 | 0 | 1010011 | 11010 | 1 | 100111111 | 1100010 | 111010 |
Color Harmonies of #FD2BBB
Complementary color
Monochromatic Colors of #FD2BBB
Black with #FD2BBB
Text Example
Text Example
White with #FD2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2BBB; }
p { color: rgb(253,43,187); }
H1.HeaderClassName
{
color: #FD2BBB;
}
.AnyTagClassName
{
color: #FD2BBB;
}
</style>
background-color css
<style>
a { background-color: #FD2BBB; }
a { background-color: rgb(253,43,187); }
div.DivClassName
{
background-color: #FD2BBB;
}
.BgClassName
{
background-color: #FD2BBB;
}
</style>
border-color css
<style>
span { border-color: #FD2BBB; }
span { border-color: rgb(253,43,187); }
td.TdClassName
{
border-color: #FD2BBB;
}
.TagClassName
{
border-color: #FD2BBB;
}
</style>