Shades of Razzle Dazzle Rose #FD2EC0
Tints of Razzle Dazzle Rose #FD2EC0
RGB
CMYK
RGB Variations
Color information
#FD2EC0 (or 0xFD2EC0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and C0. RGB value is (253,46,192). Sum of RGB (Red+Green+Blue) = 253+46+192=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2EC0 is #02D13F. Grayscale: #7C7C7C. Windows color (decimal): -184640 or 12594941. OLE color: 12594941.
HSL color Cylindrical-coordinate representation of color #FD2EC0: hue angle of 317.68º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2EC0 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 192 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.01 |
| HSL | 317.68º | 0.98% | 0.59% | - |
| HSV(B) | 317.68º | 0.82% | 0.99% | - |
| XYZ | 51 | 26.64 | 52.32 | - |
| YUV | 124.54 | 166.08 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 192 | 0 | 0.82 | 0.24 | 0.01 | 317.68 | 0.98 | 0.59 |
| Hex | FD | 2E | C0 | 0 | 52 | 18 | 1 | 13E | 62 | 3B |
| Octal | 375 | 56 | 300 | 0 | 122 | 30 | 1 | 476 | 142 | 73 |
| Binary | 11111101 | 101110 | 11000000 | 0 | 1010010 | 11000 | 1 | 100111110 | 1100010 | 111011 |
Color Harmonies of #FD2EC0
Complementary color
Monochromatic Colors of #FD2EC0
Black with #FD2EC0
Text Example
Text Example
White with #FD2EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2EC0; }
p { color: rgb(253,46,192); }
H1.HeaderClassName
{
color: #FD2EC0;
}
.AnyTagClassName
{
color: #FD2EC0;
}
</style>
background-color css
<style>
a { background-color: #FD2EC0; }
a { background-color: rgb(253,46,192); }
div.DivClassName
{
background-color: #FD2EC0;
}
.BgClassName
{
background-color: #FD2EC0;
}
</style>
border-color css
<style>
span { border-color: #FD2EC0; }
span { border-color: rgb(253,46,192); }
td.TdClassName
{
border-color: #FD2EC0;
}
.TagClassName
{
border-color: #FD2EC0;
}
</style>