Shades of Razzle Dazzle Rose #FE3CCD
Tints of Razzle Dazzle Rose #FE3CCD
RGB
CMYK
RGB Variations
Color information
#FE3CCD (or 0xFE3CCD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 3C and CD. RGB value is (254,60,205). Sum of RGB (Red+Green+Blue) = 254+60+205=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE3CCD is #01C332. Grayscale: #868686. Windows color (decimal): -115507 or 13450494. OLE color: 13450494.
HSL color Cylindrical-coordinate representation of color #FE3CCD: hue angle of 315.15º 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 #FE3CCD is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.00 |
| HSL | 315.15º | 0.99% | 0.62% | - |
| HSV(B) | 315.15º | 0.76% | 1% | - |
| XYZ | 53.51 | 28.71 | 60.48 | - |
| YUV | 134.54 | 167.77 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 60 | 205 | 0 | 0.76 | 0.19 | 0.00 | 315.15 | 0.99 | 0.62 |
| Hex | FE | 3C | CD | 0 | 4C | 13 | 0 | 13B | 63 | 3E |
| Octal | 376 | 74 | 315 | 0 | 114 | 23 | 0 | 473 | 143 | 76 |
| Binary | 11111110 | 111100 | 11001101 | 0 | 1001100 | 10011 | 0 | 100111011 | 1100011 | 111110 |
Color Harmonies of #FE3CCD
Complementary color
Monochromatic Colors of #FE3CCD
Black with #FE3CCD
Text Example
Text Example
White with #FE3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3CCD; }
p { color: rgb(254,60,205); }
H1.HeaderClassName
{
color: #FE3CCD;
}
.AnyTagClassName
{
color: #FE3CCD;
}
</style>
background-color css
<style>
a { background-color: #FE3CCD; }
a { background-color: rgb(254,60,205); }
div.DivClassName
{
background-color: #FE3CCD;
}
.BgClassName
{
background-color: #FE3CCD;
}
</style>
border-color css
<style>
span { border-color: #FE3CCD; }
span { border-color: rgb(254,60,205); }
td.TdClassName
{
border-color: #FE3CCD;
}
.TagClassName
{
border-color: #FE3CCD;
}
</style>