Shades of Razzle Dazzle Rose #FD1EDA
Tints of Razzle Dazzle Rose #FD1EDA
RGB
CMYK
RGB Variations
Color information
#FD1EDA (or 0xFD1EDA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1E and DA. RGB value is (253,30,218). Sum of RGB (Red+Green+Blue) = 253+30+218=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1EDA is #02E125. Grayscale: #757575. Windows color (decimal): -188710 or 14294781. OLE color: 14294781.
HSL color Cylindrical-coordinate representation of color #FD1EDA: hue angle of 309.42º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1EDA is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 218 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.01 |
| HSL | 309.42º | 0.98% | 0.55% | - |
| HSV(B) | 309.42º | 0.88% | 0.99% | - |
| XYZ | 53.63 | 26.87 | 68.69 | - |
| YUV | 118.11 | 184.38 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 218 | 0 | 0.88 | 0.14 | 0.01 | 309.42 | 0.98 | 0.55 |
| Hex | FD | 1E | DA | 0 | 58 | E | 1 | 135 | 62 | 37 |
| Octal | 375 | 36 | 332 | 0 | 130 | 16 | 1 | 465 | 142 | 67 |
| Binary | 11111101 | 11110 | 11011010 | 0 | 1011000 | 1110 | 1 | 100110101 | 1100010 | 110111 |
Color Harmonies of #FD1EDA
Complementary color
Monochromatic Colors of #FD1EDA
Black with #FD1EDA
Text Example
Text Example
White with #FD1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1EDA; }
p { color: rgb(253,30,218); }
H1.HeaderClassName
{
color: #FD1EDA;
}
.AnyTagClassName
{
color: #FD1EDA;
}
</style>
background-color css
<style>
a { background-color: #FD1EDA; }
a { background-color: rgb(253,30,218); }
div.DivClassName
{
background-color: #FD1EDA;
}
.BgClassName
{
background-color: #FD1EDA;
}
</style>
border-color css
<style>
span { border-color: #FD1EDA; }
span { border-color: rgb(253,30,218); }
td.TdClassName
{
border-color: #FD1EDA;
}
.TagClassName
{
border-color: #FD1EDA;
}
</style>