Shades of Razzle Dazzle Rose #FF34BE
Tints of Razzle Dazzle Rose #FF34BE
RGB
CMYK
RGB Variations
Color information
#FF34BE (or 0xFF34BE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 34 and BE. RGB value is (255,52,190). Sum of RGB (Red+Green+Blue) = 255+52+190=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF34BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF34BE is #00CB41. Grayscale: #808080. Windows color (decimal): -52034 or 12465407. OLE color: 12465407.
HSL color Cylindrical-coordinate representation of color #FF34BE: hue angle of 319.21º 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 #FF34BE is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 190 | - |
| CMYK | 0 | 0.80 | 0.25 | 0 |
| HSL | 319.21º | 1% | 0.6% | - |
| HSV(B) | 319.21º | 0.8% | 1% | - |
| XYZ | 51.76 | 27.43 | 51.28 | - |
| YUV | 128.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 190 | 0 | 0.80 | 0.25 | 0 | 319.21 | 1 | 0.6 |
| Hex | FF | 34 | BE | 0 | 50 | 19 | 0 | 13F | 64 | 3C |
| Octal | 377 | 64 | 276 | 0 | 120 | 31 | 0 | 477 | 144 | 74 |
| Binary | 11111111 | 110100 | 10111110 | 0 | 1010000 | 11001 | 0 | 100111111 | 1100100 | 111100 |
Color Harmonies of #FF34BE
Complementary color
Monochromatic Colors of #FF34BE
Black with #FF34BE
Text Example
Text Example
White with #FF34BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF34BE; }
p { color: rgb(255,52,190); }
H1.HeaderClassName
{
color: #FF34BE;
}
.AnyTagClassName
{
color: #FF34BE;
}
</style>
background-color css
<style>
a { background-color: #FF34BE; }
a { background-color: rgb(255,52,190); }
div.DivClassName
{
background-color: #FF34BE;
}
.BgClassName
{
background-color: #FF34BE;
}
</style>
border-color css
<style>
span { border-color: #FF34BE; }
span { border-color: rgb(255,52,190); }
td.TdClassName
{
border-color: #FF34BE;
}
.TagClassName
{
border-color: #FF34BE;
}
</style>