Shades of Razzle Dazzle Rose #FE33D1
Tints of Razzle Dazzle Rose #FE33D1
RGB
CMYK
RGB Variations
Color information
#FE33D1 (or 0xFE33D1) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and D1. RGB value is (254,51,209). Sum of RGB (Red+Green+Blue) = 254+51+209=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 51 (20.31% from 255 or 9.92% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33D1 is #01CC2E. Grayscale: #818181. Windows color (decimal): -117807 or 13710334. OLE color: 13710334.
HSL color Cylindrical-coordinate representation of color #FE33D1: hue angle of 313.3º 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 #FE33D1 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 209 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.00 |
| HSL | 313.3º | 0.99% | 0.6% | - |
| HSV(B) | 313.3º | 0.8% | 1% | - |
| XYZ | 53.57 | 28.04 | 62.91 | - |
| YUV | 129.71 | 172.75 | 216.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 209 | 0 | 0.80 | 0.18 | 0.00 | 313.3 | 0.99 | 0.6 |
| Hex | FE | 33 | D1 | 0 | 50 | 12 | 0 | 139 | 63 | 3C |
| Octal | 376 | 63 | 321 | 0 | 120 | 22 | 0 | 471 | 143 | 74 |
| Binary | 11111110 | 110011 | 11010001 | 0 | 1010000 | 10010 | 0 | 100111001 | 1100011 | 111100 |
Color Harmonies of #FE33D1
Complementary color
Monochromatic Colors of #FE33D1
Black with #FE33D1
Text Example
Text Example
White with #FE33D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33D1; }
p { color: rgb(254,51,209); }
H1.HeaderClassName
{
color: #FE33D1;
}
.AnyTagClassName
{
color: #FE33D1;
}
</style>
background-color css
<style>
a { background-color: #FE33D1; }
a { background-color: rgb(254,51,209); }
div.DivClassName
{
background-color: #FE33D1;
}
.BgClassName
{
background-color: #FE33D1;
}
</style>
border-color css
<style>
span { border-color: #FE33D1; }
span { border-color: rgb(254,51,209); }
td.TdClassName
{
border-color: #FE33D1;
}
.TagClassName
{
border-color: #FE33D1;
}
</style>