Shades of Razzle Dazzle Rose #FE33D0
Tints of Razzle Dazzle Rose #FE33D0
RGB
CMYK
RGB Variations
Color information
#FE33D0 (or 0xFE33D0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and D0. RGB value is (254,51,208). Sum of RGB (Red+Green+Blue) = 254+51+208=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 51 (20.31% from 255 or 9.94% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33D0 is #01CC2F. Grayscale: #818181. Windows color (decimal): -117808 or 13644798. OLE color: 13644798.
HSL color Cylindrical-coordinate representation of color #FE33D0: hue angle of 313.6º 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 #FE33D0 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 208 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.00 |
| HSL | 313.6º | 0.99% | 0.6% | - |
| HSV(B) | 313.6º | 0.8% | 1% | - |
| XYZ | 53.44 | 27.99 | 62.26 | - |
| YUV | 129.6 | 172.25 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 208 | 0 | 0.80 | 0.18 | 0.00 | 313.6 | 0.99 | 0.6 |
| Hex | FE | 33 | D0 | 0 | 50 | 12 | 0 | 13A | 63 | 3C |
| Octal | 376 | 63 | 320 | 0 | 120 | 22 | 0 | 472 | 143 | 74 |
| Binary | 11111110 | 110011 | 11010000 | 0 | 1010000 | 10010 | 0 | 100111010 | 1100011 | 111100 |
Color Harmonies of #FE33D0
Complementary color
Monochromatic Colors of #FE33D0
Black with #FE33D0
Text Example
Text Example
White with #FE33D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33D0; }
p { color: rgb(254,51,208); }
H1.HeaderClassName
{
color: #FE33D0;
}
.AnyTagClassName
{
color: #FE33D0;
}
</style>
background-color css
<style>
a { background-color: #FE33D0; }
a { background-color: rgb(254,51,208); }
div.DivClassName
{
background-color: #FE33D0;
}
.BgClassName
{
background-color: #FE33D0;
}
</style>
border-color css
<style>
span { border-color: #FE33D0; }
span { border-color: rgb(254,51,208); }
td.TdClassName
{
border-color: #FE33D0;
}
.TagClassName
{
border-color: #FE33D0;
}
</style>