Shades of Razzle Dazzle Rose #FE33C4
Tints of Razzle Dazzle Rose #FE33C4
RGB
CMYK
RGB Variations
Color information
#FE33C4 (or 0xFE33C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and C4. RGB value is (254,51,196). Sum of RGB (Red+Green+Blue) = 254+51+196=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33C4 is #01CC3B. Grayscale: #7F7F7F. Windows color (decimal): -117820 or 12858366. OLE color: 12858366.
HSL color Cylindrical-coordinate representation of color #FE33C4: hue angle of 317.14º 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 #FE33C4 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 196 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.00 |
| HSL | 317.14º | 0.99% | 0.6% | - |
| HSV(B) | 317.14º | 0.8% | 1% | - |
| XYZ | 52.02 | 27.42 | 54.78 | - |
| YUV | 128.23 | 166.25 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 196 | 0 | 0.80 | 0.23 | 0.00 | 317.14 | 0.99 | 0.6 |
| Hex | FE | 33 | C4 | 0 | 50 | 17 | 0 | 13D | 63 | 3C |
| Octal | 376 | 63 | 304 | 0 | 120 | 27 | 0 | 475 | 143 | 74 |
| Binary | 11111110 | 110011 | 11000100 | 0 | 1010000 | 10111 | 0 | 100111101 | 1100011 | 111100 |
Color Harmonies of #FE33C4
Complementary color
Monochromatic Colors of #FE33C4
Black with #FE33C4
Text Example
Text Example
White with #FE33C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33C4; }
p { color: rgb(254,51,196); }
H1.HeaderClassName
{
color: #FE33C4;
}
.AnyTagClassName
{
color: #FE33C4;
}
</style>
background-color css
<style>
a { background-color: #FE33C4; }
a { background-color: rgb(254,51,196); }
div.DivClassName
{
background-color: #FE33C4;
}
.BgClassName
{
background-color: #FE33C4;
}
</style>
border-color css
<style>
span { border-color: #FE33C4; }
span { border-color: rgb(254,51,196); }
td.TdClassName
{
border-color: #FE33C4;
}
.TagClassName
{
border-color: #FE33C4;
}
</style>