Shades of Razzle Dazzle Rose #FE3DCC
Tints of Razzle Dazzle Rose #FE3DCC
RGB
CMYK
RGB Variations
Color information
#FE3DCC (or 0xFE3DCC) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and CC. RGB value is (254,61,204). Sum of RGB (Red+Green+Blue) = 254+61+204=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 61 (24.22% from 255 or 11.75% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DCC is #01C233. Grayscale: #868686. Windows color (decimal): -115252 or 13385214. OLE color: 13385214.
HSL color Cylindrical-coordinate representation of color #FE3DCC: hue angle of 315.54º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3DCC is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 204 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.00 |
| HSL | 315.54º | 0.99% | 0.62% | - |
| HSV(B) | 315.54º | 0.76% | 1% | - |
| XYZ | 53.44 | 28.77 | 59.86 | - |
| YUV | 135.01 | 166.94 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 204 | 0 | 0.76 | 0.20 | 0.00 | 315.54 | 0.99 | 0.62 |
| Hex | FE | 3D | CC | 0 | 4C | 14 | 0 | 13C | 63 | 3E |
| Octal | 376 | 75 | 314 | 0 | 114 | 24 | 0 | 474 | 143 | 76 |
| Binary | 11111110 | 111101 | 11001100 | 0 | 1001100 | 10100 | 0 | 100111100 | 1100011 | 111110 |
Color Harmonies of #FE3DCC
Complementary color
Monochromatic Colors of #FE3DCC
Black with #FE3DCC
Text Example
Text Example
White with #FE3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DCC; }
p { color: rgb(254,61,204); }
H1.HeaderClassName
{
color: #FE3DCC;
}
.AnyTagClassName
{
color: #FE3DCC;
}
</style>
background-color css
<style>
a { background-color: #FE3DCC; }
a { background-color: rgb(254,61,204); }
div.DivClassName
{
background-color: #FE3DCC;
}
.BgClassName
{
background-color: #FE3DCC;
}
</style>
border-color css
<style>
span { border-color: #FE3DCC; }
span { border-color: rgb(254,61,204); }
td.TdClassName
{
border-color: #FE3DCC;
}
.TagClassName
{
border-color: #FE3DCC;
}
</style>