Shades of Razzle Dazzle Rose #FE33BB
Tints of Razzle Dazzle Rose #FE33BB
RGB
CMYK
RGB Variations
Color information
#FE33BB (or 0xFE33BB) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and BB. RGB value is (254,51,187). Sum of RGB (Red+Green+Blue) = 254+51+187=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33BB is #01CC44. Grayscale: #7E7E7E. Windows color (decimal): -117829 or 12268542. OLE color: 12268542.
HSL color Cylindrical-coordinate representation of color #FE33BB: hue angle of 319.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE33BB is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 187 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.00 |
| HSL | 319.8º | 0.99% | 0.6% | - |
| HSV(B) | 319.8º | 0.8% | 1% | - |
| XYZ | 51.03 | 27.03 | 49.54 | - |
| YUV | 127.2 | 161.75 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 187 | 0 | 0.80 | 0.26 | 0.00 | 319.8 | 0.99 | 0.6 |
| Hex | FE | 33 | BB | 0 | 50 | 1A | 0 | 140 | 63 | 3C |
| Octal | 376 | 63 | 273 | 0 | 120 | 32 | 0 | 500 | 143 | 74 |
| Binary | 11111110 | 110011 | 10111011 | 0 | 1010000 | 11010 | 0 | 101000000 | 1100011 | 111100 |
Color Harmonies of #FE33BB
Complementary color
Monochromatic Colors of #FE33BB
Black with #FE33BB
Text Example
Text Example
White with #FE33BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33BB; }
p { color: rgb(254,51,187); }
H1.HeaderClassName
{
color: #FE33BB;
}
.AnyTagClassName
{
color: #FE33BB;
}
</style>
background-color css
<style>
a { background-color: #FE33BB; }
a { background-color: rgb(254,51,187); }
div.DivClassName
{
background-color: #FE33BB;
}
.BgClassName
{
background-color: #FE33BB;
}
</style>
border-color css
<style>
span { border-color: #FE33BB; }
span { border-color: rgb(254,51,187); }
td.TdClassName
{
border-color: #FE33BB;
}
.TagClassName
{
border-color: #FE33BB;
}
</style>