Shades of Razzle Dazzle Rose #FF3BC9
Tints of Razzle Dazzle Rose #FF3BC9
RGB
CMYK
RGB Variations
Color information
#FF3BC9 (or 0xFF3BC9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3B and C9. RGB value is (255,59,201). Sum of RGB (Red+Green+Blue) = 255+59+201=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 59 (23.44% from 255 or 11.46% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3BC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3BC9 is #00C436. Grayscale: #858585. Windows color (decimal): -50231 or 13188095. OLE color: 13188095.
HSL color Cylindrical-coordinate representation of color #FF3BC9: hue angle of 316.53º 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 #FF3BC9 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 201 | - |
| CMYK | 0 | 0.77 | 0.21 | 0 |
| HSL | 316.53º | 1% | 0.62% | - |
| HSV(B) | 316.53º | 0.77% | 1% | - |
| XYZ | 53.35 | 28.6 | 57.97 | - |
| YUV | 133.79 | 165.93 | 214.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 201 | 0 | 0.77 | 0.21 | 0 | 316.53 | 1 | 0.62 |
| Hex | FF | 3B | C9 | 0 | 4D | 15 | 0 | 13D | 64 | 3E |
| Octal | 377 | 73 | 311 | 0 | 115 | 25 | 0 | 475 | 144 | 76 |
| Binary | 11111111 | 111011 | 11001001 | 0 | 1001101 | 10101 | 0 | 100111101 | 1100100 | 111110 |
Color Harmonies of #FF3BC9
Complementary color
Monochromatic Colors of #FF3BC9
Black with #FF3BC9
Text Example
Text Example
White with #FF3BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3BC9; }
p { color: rgb(255,59,201); }
H1.HeaderClassName
{
color: #FF3BC9;
}
.AnyTagClassName
{
color: #FF3BC9;
}
</style>
background-color css
<style>
a { background-color: #FF3BC9; }
a { background-color: rgb(255,59,201); }
div.DivClassName
{
background-color: #FF3BC9;
}
.BgClassName
{
background-color: #FF3BC9;
}
</style>
border-color css
<style>
span { border-color: #FF3BC9; }
span { border-color: rgb(255,59,201); }
td.TdClassName
{
border-color: #FF3BC9;
}
.TagClassName
{
border-color: #FF3BC9;
}
</style>