Shades of Razzle Dazzle Rose #FF3BBC
Tints of Razzle Dazzle Rose #FF3BBC
RGB
CMYK
RGB Variations
Color information
#FF3BBC (or 0xFF3BBC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3B and BC. RGB value is (255,59,188). Sum of RGB (Red+Green+Blue) = 255+59+188=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3BBC is #00C443. Grayscale: #838383. Windows color (decimal): -50244 or 12336127. OLE color: 12336127.
HSL color Cylindrical-coordinate representation of color #FF3BBC: hue angle of 320.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3BBC is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 188 | - |
| CMYK | 0 | 0.77 | 0.26 | 0 |
| HSL | 320.51º | 1% | 0.62% | - |
| HSV(B) | 320.51º | 0.77% | 1% | - |
| XYZ | 51.88 | 28.02 | 50.25 | - |
| YUV | 132.31 | 159.43 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 188 | 0 | 0.77 | 0.26 | 0 | 320.51 | 1 | 0.62 |
| Hex | FF | 3B | BC | 0 | 4D | 1A | 0 | 141 | 64 | 3E |
| Octal | 377 | 73 | 274 | 0 | 115 | 32 | 0 | 501 | 144 | 76 |
| Binary | 11111111 | 111011 | 10111100 | 0 | 1001101 | 11010 | 0 | 101000001 | 1100100 | 111110 |
Color Harmonies of #FF3BBC
Complementary color
Monochromatic Colors of #FF3BBC
Black with #FF3BBC
Text Example
Text Example
White with #FF3BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BBC; }
p { color: rgb(255,59,188); }
H1.HeaderClassName
{
color: #FF3BBC;
}
.AnyTagClassName
{
color: #FF3BBC;
}
</style>
background-color css
<style>
a { background-color: #FF3BBC; }
a { background-color: rgb(255,59,188); }
div.DivClassName
{
background-color: #FF3BBC;
}
.BgClassName
{
background-color: #FF3BBC;
}
</style>
border-color css
<style>
span { border-color: #FF3BBC; }
span { border-color: rgb(255,59,188); }
td.TdClassName
{
border-color: #FF3BBC;
}
.TagClassName
{
border-color: #FF3BBC;
}
</style>