Shades of Razzle Dazzle Rose #FD2EDA
Tints of Razzle Dazzle Rose #FD2EDA
RGB
CMYK
RGB Variations
Color information
#FD2EDA (or 0xFD2EDA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and DA. RGB value is (253,46,218). Sum of RGB (Red+Green+Blue) = 253+46+218=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 46 (18.36% from 255 or 8.90% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2EDA is #02D125. Grayscale: #7F7F7F. Windows color (decimal): -184614 or 14298877. OLE color: 14298877.
HSL color Cylindrical-coordinate representation of color #FD2EDA: hue angle of 310.14º 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 #FD2EDA is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 218 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.01 |
| HSL | 310.14º | 0.98% | 0.59% | - |
| HSV(B) | 310.14º | 0.82% | 0.99% | - |
| XYZ | 54.14 | 27.9 | 68.86 | - |
| YUV | 127.5 | 179.08 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 218 | 0 | 0.82 | 0.14 | 0.01 | 310.14 | 0.98 | 0.59 |
| Hex | FD | 2E | DA | 0 | 52 | E | 1 | 136 | 62 | 3B |
| Octal | 375 | 56 | 332 | 0 | 122 | 16 | 1 | 466 | 142 | 73 |
| Binary | 11111101 | 101110 | 11011010 | 0 | 1010010 | 1110 | 1 | 100110110 | 1100010 | 111011 |
Color Harmonies of #FD2EDA
Complementary color
Monochromatic Colors of #FD2EDA
Black with #FD2EDA
Text Example
Text Example
White with #FD2EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2EDA; }
p { color: rgb(253,46,218); }
H1.HeaderClassName
{
color: #FD2EDA;
}
.AnyTagClassName
{
color: #FD2EDA;
}
</style>
background-color css
<style>
a { background-color: #FD2EDA; }
a { background-color: rgb(253,46,218); }
div.DivClassName
{
background-color: #FD2EDA;
}
.BgClassName
{
background-color: #FD2EDA;
}
</style>
border-color css
<style>
span { border-color: #FD2EDA; }
span { border-color: rgb(253,46,218); }
td.TdClassName
{
border-color: #FD2EDA;
}
.TagClassName
{
border-color: #FD2EDA;
}
</style>