Shades of Razzle Dazzle Rose #FE33D3
Tints of Razzle Dazzle Rose #FE33D3
RGB
CMYK
RGB Variations
Color information
#FE33D3 (or 0xFE33D3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and D3. RGB value is (254,51,211). Sum of RGB (Red+Green+Blue) = 254+51+211=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 51 (20.31% from 255 or 9.88% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33D3 is #01CC2C. Grayscale: #818181. Windows color (decimal): -117805 or 13841406. OLE color: 13841406.
HSL color Cylindrical-coordinate representation of color #FE33D3: hue angle of 312.71º 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 #FE33D3 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 211 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.00 |
| HSL | 312.71º | 0.99% | 0.6% | - |
| HSV(B) | 312.71º | 0.8% | 1% | - |
| XYZ | 53.81 | 28.14 | 64.22 | - |
| YUV | 129.94 | 173.75 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 211 | 0 | 0.80 | 0.17 | 0.00 | 312.71 | 0.99 | 0.6 |
| Hex | FE | 33 | D3 | 0 | 50 | 11 | 0 | 139 | 63 | 3C |
| Octal | 376 | 63 | 323 | 0 | 120 | 21 | 0 | 471 | 143 | 74 |
| Binary | 11111110 | 110011 | 11010011 | 0 | 1010000 | 10001 | 0 | 100111001 | 1100011 | 111100 |
Color Harmonies of #FE33D3
Complementary color
Monochromatic Colors of #FE33D3
Black with #FE33D3
Text Example
Text Example
White with #FE33D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33D3; }
p { color: rgb(254,51,211); }
H1.HeaderClassName
{
color: #FE33D3;
}
.AnyTagClassName
{
color: #FE33D3;
}
</style>
background-color css
<style>
a { background-color: #FE33D3; }
a { background-color: rgb(254,51,211); }
div.DivClassName
{
background-color: #FE33D3;
}
.BgClassName
{
background-color: #FE33D3;
}
</style>
border-color css
<style>
span { border-color: #FE33D3; }
span { border-color: rgb(254,51,211); }
td.TdClassName
{
border-color: #FE33D3;
}
.TagClassName
{
border-color: #FE33D3;
}
</style>