Shades of Razzle Dazzle Rose #FF33BE
Tints of Razzle Dazzle Rose #FF33BE
RGB
CMYK
RGB Variations
Color information
#FF33BE (or 0xFF33BE) is known color: Razzle Dazzle Rose. HEX triplet: FF, 33 and BE. RGB value is (255,51,190). Sum of RGB (Red+Green+Blue) = 255+51+190=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 51 (20.31% from 255 or 10.28% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF33BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF33BE is #00CC41. Grayscale: #7F7F7F. Windows color (decimal): -52290 or 12465151. OLE color: 12465151.
HSL color Cylindrical-coordinate representation of color #FF33BE: hue angle of 319.12º 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 #FF33BE is Cyan = 0, Magento = 0.8, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 51 | 190 | - |
| CMYK | 0 | 0.8 | 0.25 | 0 |
| HSL | 319.12º | 1% | 0.6% | - |
| HSV(B) | 319.12º | 0.8% | 1% | - |
| XYZ | 51.72 | 27.35 | 51.27 | - |
| YUV | 127.84 | 163.09 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 51 | 190 | 0 | 0.8 | 0.25 | 0 | 319.12 | 1 | 0.6 |
| Hex | FF | 33 | BE | 0 | 50 | 19 | 0 | 13F | 64 | 3C |
| Octal | 377 | 63 | 276 | 0 | 120 | 31 | 0 | 477 | 144 | 74 |
| Binary | 11111111 | 110011 | 10111110 | 0 | 1010000 | 11001 | 0 | 100111111 | 1100100 | 111100 |
Color Harmonies of #FF33BE
Complementary color
Monochromatic Colors of #FF33BE
Black with #FF33BE
Text Example
Text Example
White with #FF33BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF33BE; }
p { color: rgb(255,51,190); }
H1.HeaderClassName
{
color: #FF33BE;
}
.AnyTagClassName
{
color: #FF33BE;
}
</style>
background-color css
<style>
a { background-color: #FF33BE; }
a { background-color: rgb(255,51,190); }
div.DivClassName
{
background-color: #FF33BE;
}
.BgClassName
{
background-color: #FF33BE;
}
</style>
border-color css
<style>
span { border-color: #FF33BE; }
span { border-color: rgb(255,51,190); }
td.TdClassName
{
border-color: #FF33BE;
}
.TagClassName
{
border-color: #FF33BE;
}
</style>