Shades of Razzle Dazzle Rose #FF34BB
Tints of Razzle Dazzle Rose #FF34BB
RGB
CMYK
RGB Variations
Color information
#FF34BB (or 0xFF34BB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and BB. RGB value is (255,52,187). Sum of RGB (Red+Green+Blue) = 255+52+187=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 52 (20.70% from 255 or 10.53% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34BB is #00CB44. Grayscale: #7F7F7F. Windows color (decimal): -52037 or 12268799. OLE color: 12268799.
HSL color Cylindrical-coordinate representation of color #FF34BB: hue angle of 320.1º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF34BB is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 187 | - |
| CMYK | 0 | 0.80 | 0.27 | 0 |
| HSL | 320.1º | 1% | 0.6% | - |
| HSV(B) | 320.1º | 0.8% | 1% | - |
| XYZ | 51.44 | 27.3 | 49.57 | - |
| YUV | 128.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 187 | 0 | 0.80 | 0.27 | 0 | 320.1 | 1 | 0.6 |
| Hex | FF | 34 | BB | 0 | 50 | 1B | 0 | 140 | 64 | 3C |
| Octal | 377 | 64 | 273 | 0 | 120 | 33 | 0 | 500 | 144 | 74 |
| Binary | 11111111 | 110100 | 10111011 | 0 | 1010000 | 11011 | 0 | 101000000 | 1100100 | 111100 |
Color Harmonies of #FF34BB
Complementary color
Monochromatic Colors of #FF34BB
Black with #FF34BB
Text Example
Text Example
White with #FF34BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34BB; }
p { color: rgb(255,52,187); }
H1.HeaderClassName
{
color: #FF34BB;
}
.AnyTagClassName
{
color: #FF34BB;
}
</style>
background-color css
<style>
a { background-color: #FF34BB; }
a { background-color: rgb(255,52,187); }
div.DivClassName
{
background-color: #FF34BB;
}
.BgClassName
{
background-color: #FF34BB;
}
</style>
border-color css
<style>
span { border-color: #FF34BB; }
span { border-color: rgb(255,52,187); }
td.TdClassName
{
border-color: #FF34BB;
}
.TagClassName
{
border-color: #FF34BB;
}
</style>