Shades of Razzle Dazzle Rose #FF3BCB
Tints of Razzle Dazzle Rose #FF3BCB
RGB
CMYK
RGB Variations
Color information
#FF3BCB (or 0xFF3BCB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3B and CB. RGB value is (255,59,203). Sum of RGB (Red+Green+Blue) = 255+59+203=517 (68% of max value = 765). Red value is 255 (100% from 255 or 49.32% from 517); Green value is 59 (23.44% from 255 or 11.41% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3BCB is #00C434. Grayscale: #858585. Windows color (decimal): -50229 or 13319167. OLE color: 13319167.
HSL color Cylindrical-coordinate representation of color #FF3BCB: hue angle of 315.92º 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 #FF3BCB is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 203 | - |
| CMYK | 0 | 0.77 | 0.20 | 0 |
| HSL | 315.92º | 1% | 0.62% | - |
| HSV(B) | 315.92º | 0.77% | 1% | - |
| XYZ | 53.58 | 28.7 | 59.22 | - |
| YUV | 134.02 | 166.93 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 203 | 0 | 0.77 | 0.20 | 0 | 315.92 | 1 | 0.62 |
| Hex | FF | 3B | CB | 0 | 4D | 14 | 0 | 13C | 64 | 3E |
| Octal | 377 | 73 | 313 | 0 | 115 | 24 | 0 | 474 | 144 | 76 |
| Binary | 11111111 | 111011 | 11001011 | 0 | 1001101 | 10100 | 0 | 100111100 | 1100100 | 111110 |
Color Harmonies of #FF3BCB
Complementary color
Monochromatic Colors of #FF3BCB
Black with #FF3BCB
Text Example
Text Example
White with #FF3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BCB; }
p { color: rgb(255,59,203); }
H1.HeaderClassName
{
color: #FF3BCB;
}
.AnyTagClassName
{
color: #FF3BCB;
}
</style>
background-color css
<style>
a { background-color: #FF3BCB; }
a { background-color: rgb(255,59,203); }
div.DivClassName
{
background-color: #FF3BCB;
}
.BgClassName
{
background-color: #FF3BCB;
}
</style>
border-color css
<style>
span { border-color: #FF3BCB; }
span { border-color: rgb(255,59,203); }
td.TdClassName
{
border-color: #FF3BCB;
}
.TagClassName
{
border-color: #FF3BCB;
}
</style>