Shades of Razzle Dazzle Rose #FE33BD
Tints of Razzle Dazzle Rose #FE33BD
RGB
CMYK
RGB Variations
Color information
#FE33BD (or 0xFE33BD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and BD. RGB value is (254,51,189). Sum of RGB (Red+Green+Blue) = 254+51+189=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 51 (20.31% from 255 or 10.32% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33BD is #01CC42. Grayscale: #7F7F7F. Windows color (decimal): -117827 or 12399614. OLE color: 12399614.
HSL color Cylindrical-coordinate representation of color #FE33BD: hue angle of 319.21º 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 #FE33BD is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 189 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.00 |
| HSL | 319.21º | 0.99% | 0.6% | - |
| HSV(B) | 319.21º | 0.8% | 1% | - |
| XYZ | 51.24 | 27.11 | 50.68 | - |
| YUV | 127.43 | 162.75 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 189 | 0 | 0.80 | 0.26 | 0.00 | 319.21 | 0.99 | 0.6 |
| Hex | FE | 33 | BD | 0 | 50 | 1A | 0 | 13F | 63 | 3C |
| Octal | 376 | 63 | 275 | 0 | 120 | 32 | 0 | 477 | 143 | 74 |
| Binary | 11111110 | 110011 | 10111101 | 0 | 1010000 | 11010 | 0 | 100111111 | 1100011 | 111100 |
Color Harmonies of #FE33BD
Complementary color
Monochromatic Colors of #FE33BD
Black with #FE33BD
Text Example
Text Example
White with #FE33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33BD; }
p { color: rgb(254,51,189); }
H1.HeaderClassName
{
color: #FE33BD;
}
.AnyTagClassName
{
color: #FE33BD;
}
</style>
background-color css
<style>
a { background-color: #FE33BD; }
a { background-color: rgb(254,51,189); }
div.DivClassName
{
background-color: #FE33BD;
}
.BgClassName
{
background-color: #FE33BD;
}
</style>
border-color css
<style>
span { border-color: #FE33BD; }
span { border-color: rgb(254,51,189); }
td.TdClassName
{
border-color: #FE33BD;
}
.TagClassName
{
border-color: #FE33BD;
}
</style>