Shades of Razzle Dazzle Rose #FE33B7
Tints of Razzle Dazzle Rose #FE33B7
RGB
CMYK
RGB Variations
Color information
#FE33B7 (or 0xFE33B7) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and B7. RGB value is (254,51,183). Sum of RGB (Red+Green+Blue) = 254+51+183=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 51 (20.31% from 255 or 10.45% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33B7 is #01CC48. Grayscale: #7E7E7E. Windows color (decimal): -117833 or 12006398. OLE color: 12006398.
HSL color Cylindrical-coordinate representation of color #FE33B7: hue angle of 320.99º 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 #FE33B7 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 183 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.00 |
| HSL | 320.99º | 0.99% | 0.6% | - |
| HSV(B) | 320.99º | 0.8% | 1% | - |
| XYZ | 50.6 | 26.86 | 47.32 | - |
| YUV | 126.75 | 159.75 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 183 | 0 | 0.80 | 0.28 | 0.00 | 320.99 | 0.99 | 0.6 |
| Hex | FE | 33 | B7 | 0 | 50 | 1C | 0 | 141 | 63 | 3C |
| Octal | 376 | 63 | 267 | 0 | 120 | 34 | 0 | 501 | 143 | 74 |
| Binary | 11111110 | 110011 | 10110111 | 0 | 1010000 | 11100 | 0 | 101000001 | 1100011 | 111100 |
Color Harmonies of #FE33B7
Complementary color
Monochromatic Colors of #FE33B7
Black with #FE33B7
Text Example
Text Example
White with #FE33B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33B7; }
p { color: rgb(254,51,183); }
H1.HeaderClassName
{
color: #FE33B7;
}
.AnyTagClassName
{
color: #FE33B7;
}
</style>
background-color css
<style>
a { background-color: #FE33B7; }
a { background-color: rgb(254,51,183); }
div.DivClassName
{
background-color: #FE33B7;
}
.BgClassName
{
background-color: #FE33B7;
}
</style>
border-color css
<style>
span { border-color: #FE33B7; }
span { border-color: rgb(254,51,183); }
td.TdClassName
{
border-color: #FE33B7;
}
.TagClassName
{
border-color: #FE33B7;
}
</style>