Shades of Razzle Dazzle Rose #FE33CC
Tints of Razzle Dazzle Rose #FE33CC
RGB
CMYK
RGB Variations
Color information
#FE33CC (or 0xFE33CC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 33 and CC. RGB value is (254,51,204). Sum of RGB (Red+Green+Blue) = 254+51+204=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 254 - color contains mainly: red. Hex color #FE33CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE33CC is #01CC33. Grayscale: #808080. Windows color (decimal): -117812 or 13382654. OLE color: 13382654.
HSL color Cylindrical-coordinate representation of color #FE33CC: hue angle of 314.78º 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 #FE33CC is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 204 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.00 |
| HSL | 314.78º | 0.99% | 0.6% | - |
| HSV(B) | 314.78º | 0.8% | 1% | - |
| XYZ | 52.96 | 27.8 | 59.7 | - |
| YUV | 129.14 | 170.25 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 204 | 0 | 0.80 | 0.20 | 0.00 | 314.78 | 0.99 | 0.6 |
| Hex | FE | 33 | CC | 0 | 50 | 14 | 0 | 13B | 63 | 3C |
| Octal | 376 | 63 | 314 | 0 | 120 | 24 | 0 | 473 | 143 | 74 |
| Binary | 11111110 | 110011 | 11001100 | 0 | 1010000 | 10100 | 0 | 100111011 | 1100011 | 111100 |
Color Harmonies of #FE33CC
Complementary color
Monochromatic Colors of #FE33CC
Black with #FE33CC
Text Example
Text Example
White with #FE33CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE33CC; }
p { color: rgb(254,51,204); }
H1.HeaderClassName
{
color: #FE33CC;
}
.AnyTagClassName
{
color: #FE33CC;
}
</style>
background-color css
<style>
a { background-color: #FE33CC; }
a { background-color: rgb(254,51,204); }
div.DivClassName
{
background-color: #FE33CC;
}
.BgClassName
{
background-color: #FE33CC;
}
</style>
border-color css
<style>
span { border-color: #FE33CC; }
span { border-color: rgb(254,51,204); }
td.TdClassName
{
border-color: #FE33CC;
}
.TagClassName
{
border-color: #FE33CC;
}
</style>