Shades of Razzle Dazzle Rose #FE33C1
Tints of Razzle Dazzle Rose #FE33C1
RGB
CMYK
RGB Variations
Color information
#FE33C1 (or 0xFE33C1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and C1. RGB value is (254,51,193). Sum of RGB (Red+Green+Blue) = 254+51+193=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 51 (20.31% from 255 or 10.24% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33C1 is #01CC3E. Grayscale: #7F7F7F. Windows color (decimal): -117823 or 12661758. OLE color: 12661758.
HSL color Cylindrical-coordinate representation of color #FE33C1: hue angle of 318.03º 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 #FE33C1 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 193 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.00 |
| HSL | 318.03º | 0.99% | 0.6% | - |
| HSV(B) | 318.03º | 0.8% | 1% | - |
| XYZ | 51.68 | 27.29 | 53 | - |
| YUV | 127.89 | 164.75 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 193 | 0 | 0.80 | 0.24 | 0.00 | 318.03 | 0.99 | 0.6 |
| Hex | FE | 33 | C1 | 0 | 50 | 18 | 0 | 13E | 63 | 3C |
| Octal | 376 | 63 | 301 | 0 | 120 | 30 | 0 | 476 | 143 | 74 |
| Binary | 11111110 | 110011 | 11000001 | 0 | 1010000 | 11000 | 0 | 100111110 | 1100011 | 111100 |
Color Harmonies of #FE33C1
Complementary color
Monochromatic Colors of #FE33C1
Black with #FE33C1
Text Example
Text Example
White with #FE33C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33C1; }
p { color: rgb(254,51,193); }
H1.HeaderClassName
{
color: #FE33C1;
}
.AnyTagClassName
{
color: #FE33C1;
}
</style>
background-color css
<style>
a { background-color: #FE33C1; }
a { background-color: rgb(254,51,193); }
div.DivClassName
{
background-color: #FE33C1;
}
.BgClassName
{
background-color: #FE33C1;
}
</style>
border-color css
<style>
span { border-color: #FE33C1; }
span { border-color: rgb(254,51,193); }
td.TdClassName
{
border-color: #FE33C1;
}
.TagClassName
{
border-color: #FE33C1;
}
</style>