Shades of Razzle Dazzle Rose #FE33BA
Tints of Razzle Dazzle Rose #FE33BA
RGB
CMYK
RGB Variations
Color information
#FE33BA (or 0xFE33BA) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and BA. RGB value is (254,51,186). Sum of RGB (Red+Green+Blue) = 254+51+186=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33BA is #01CC45. Grayscale: #7E7E7E. Windows color (decimal): -117830 or 12203006. OLE color: 12203006.
HSL color Cylindrical-coordinate representation of color #FE33BA: hue angle of 320.1º 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 #FE33BA is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 186 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.00 |
| HSL | 320.1º | 0.99% | 0.6% | - |
| HSV(B) | 320.1º | 0.8% | 1% | - |
| XYZ | 50.92 | 26.98 | 48.98 | - |
| YUV | 127.09 | 161.25 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 186 | 0 | 0.80 | 0.27 | 0.00 | 320.1 | 0.99 | 0.6 |
| Hex | FE | 33 | BA | 0 | 50 | 1B | 0 | 140 | 63 | 3C |
| Octal | 376 | 63 | 272 | 0 | 120 | 33 | 0 | 500 | 143 | 74 |
| Binary | 11111110 | 110011 | 10111010 | 0 | 1010000 | 11011 | 0 | 101000000 | 1100011 | 111100 |
Color Harmonies of #FE33BA
Complementary color
Monochromatic Colors of #FE33BA
Black with #FE33BA
Text Example
Text Example
White with #FE33BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33BA; }
p { color: rgb(254,51,186); }
H1.HeaderClassName
{
color: #FE33BA;
}
.AnyTagClassName
{
color: #FE33BA;
}
</style>
background-color css
<style>
a { background-color: #FE33BA; }
a { background-color: rgb(254,51,186); }
div.DivClassName
{
background-color: #FE33BA;
}
.BgClassName
{
background-color: #FE33BA;
}
</style>
border-color css
<style>
span { border-color: #FE33BA; }
span { border-color: rgb(254,51,186); }
td.TdClassName
{
border-color: #FE33BA;
}
.TagClassName
{
border-color: #FE33BA;
}
</style>