Shades of Razzle Dazzle Rose #FE2DCD
Tints of Razzle Dazzle Rose #FE2DCD
RGB
CMYK
RGB Variations
Color information
#FE2DCD (or 0xFE2DCD) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and CD. RGB value is (254,45,205). Sum of RGB (Red+Green+Blue) = 254+45+205=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 45 (17.97% from 255 or 8.93% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DCD is #01D232. Grayscale: #7D7D7D. Windows color (decimal): -119347 or 13446654. OLE color: 13446654.
HSL color Cylindrical-coordinate representation of color #FE2DCD: hue angle of 314.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DCD is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 205 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.00 |
| HSL | 314.07º | 0.99% | 0.59% | - |
| HSV(B) | 314.07º | 0.82% | 1% | - |
| XYZ | 52.83 | 27.36 | 60.25 | - |
| YUV | 125.73 | 172.74 | 219.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 205 | 0 | 0.82 | 0.19 | 0.00 | 314.07 | 0.99 | 0.59 |
| Hex | FE | 2D | CD | 0 | 52 | 13 | 0 | 13A | 63 | 3B |
| Octal | 376 | 55 | 315 | 0 | 122 | 23 | 0 | 472 | 143 | 73 |
| Binary | 11111110 | 101101 | 11001101 | 0 | 1010010 | 10011 | 0 | 100111010 | 1100011 | 111011 |
Color Harmonies of #FE2DCD
Complementary color
Monochromatic Colors of #FE2DCD
Black with #FE2DCD
Text Example
Text Example
White with #FE2DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DCD; }
p { color: rgb(254,45,205); }
H1.HeaderClassName
{
color: #FE2DCD;
}
.AnyTagClassName
{
color: #FE2DCD;
}
</style>
background-color css
<style>
a { background-color: #FE2DCD; }
a { background-color: rgb(254,45,205); }
div.DivClassName
{
background-color: #FE2DCD;
}
.BgClassName
{
background-color: #FE2DCD;
}
</style>
border-color css
<style>
span { border-color: #FE2DCD; }
span { border-color: rgb(254,45,205); }
td.TdClassName
{
border-color: #FE2DCD;
}
.TagClassName
{
border-color: #FE2DCD;
}
</style>