Shades of Razzle Dazzle Rose #FE2DC0
Tints of Razzle Dazzle Rose #FE2DC0
RGB
CMYK
RGB Variations
Color information
#FE2DC0 (or 0xFE2DC0) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and C0. RGB value is (254,45,192). Sum of RGB (Red+Green+Blue) = 254+45+192=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 45 (17.97% from 255 or 9.16% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DC0 is #01D23F. Grayscale: #7B7B7B. Windows color (decimal): -119360 or 12594686. OLE color: 12594686.
HSL color Cylindrical-coordinate representation of color #FE2DC0: hue angle of 317.8º 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 #FE2DC0 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 192 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.00 |
| HSL | 317.8º | 0.99% | 0.59% | - |
| HSV(B) | 317.8º | 0.82% | 1% | - |
| XYZ | 51.33 | 26.75 | 52.33 | - |
| YUV | 124.25 | 166.24 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 192 | 0 | 0.82 | 0.24 | 0.00 | 317.8 | 0.99 | 0.59 |
| Hex | FE | 2D | C0 | 0 | 52 | 18 | 0 | 13E | 63 | 3B |
| Octal | 376 | 55 | 300 | 0 | 122 | 30 | 0 | 476 | 143 | 73 |
| Binary | 11111110 | 101101 | 11000000 | 0 | 1010010 | 11000 | 0 | 100111110 | 1100011 | 111011 |
Color Harmonies of #FE2DC0
Complementary color
Monochromatic Colors of #FE2DC0
Black with #FE2DC0
Text Example
Text Example
White with #FE2DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2DC0; }
p { color: rgb(254,45,192); }
H1.HeaderClassName
{
color: #FE2DC0;
}
.AnyTagClassName
{
color: #FE2DC0;
}
</style>
background-color css
<style>
a { background-color: #FE2DC0; }
a { background-color: rgb(254,45,192); }
div.DivClassName
{
background-color: #FE2DC0;
}
.BgClassName
{
background-color: #FE2DC0;
}
</style>
border-color css
<style>
span { border-color: #FE2DC0; }
span { border-color: rgb(254,45,192); }
td.TdClassName
{
border-color: #FE2DC0;
}
.TagClassName
{
border-color: #FE2DC0;
}
</style>