Shades of Razzle Dazzle Rose #FE3DCD
Tints of Razzle Dazzle Rose #FE3DCD
RGB
CMYK
RGB Variations
Color information
#FE3DCD (or 0xFE3DCD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3D and CD. RGB value is (254,61,205). Sum of RGB (Red+Green+Blue) = 254+61+205=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 61 (24.22% from 255 or 11.73% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3DCD is #01C232. Grayscale: #868686. Windows color (decimal): -115251 or 13450750. OLE color: 13450750.
HSL color Cylindrical-coordinate representation of color #FE3DCD: hue angle of 315.23º 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 #FE3DCD is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 205 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.00 |
| HSL | 315.23º | 0.99% | 0.62% | - |
| HSV(B) | 315.23º | 0.76% | 1% | - |
| XYZ | 53.56 | 28.82 | 60.5 | - |
| YUV | 135.12 | 167.44 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 205 | 0 | 0.76 | 0.19 | 0.00 | 315.23 | 0.99 | 0.62 |
| Hex | FE | 3D | CD | 0 | 4C | 13 | 0 | 13B | 63 | 3E |
| Octal | 376 | 75 | 315 | 0 | 114 | 23 | 0 | 473 | 143 | 76 |
| Binary | 11111110 | 111101 | 11001101 | 0 | 1001100 | 10011 | 0 | 100111011 | 1100011 | 111110 |
Color Harmonies of #FE3DCD
Complementary color
Monochromatic Colors of #FE3DCD
Black with #FE3DCD
Text Example
Text Example
White with #FE3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3DCD; }
p { color: rgb(254,61,205); }
H1.HeaderClassName
{
color: #FE3DCD;
}
.AnyTagClassName
{
color: #FE3DCD;
}
</style>
background-color css
<style>
a { background-color: #FE3DCD; }
a { background-color: rgb(254,61,205); }
div.DivClassName
{
background-color: #FE3DCD;
}
.BgClassName
{
background-color: #FE3DCD;
}
</style>
border-color css
<style>
span { border-color: #FE3DCD; }
span { border-color: rgb(254,61,205); }
td.TdClassName
{
border-color: #FE3DCD;
}
.TagClassName
{
border-color: #FE3DCD;
}
</style>