Shades of Razzle Dazzle Rose #FD2ECD
Tints of Razzle Dazzle Rose #FD2ECD
RGB
CMYK
RGB Variations
Color information
#FD2ECD (or 0xFD2ECD) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and CD. RGB value is (253,46,205). Sum of RGB (Red+Green+Blue) = 253+46+205=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 46 (18.36% from 255 or 9.13% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2ECD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2ECD is #02D132. Grayscale: #7D7D7D. Windows color (decimal): -184627 or 13446909. OLE color: 13446909.
HSL color Cylindrical-coordinate representation of color #FD2ECD: hue angle of 313.91º 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 #FD2ECD is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 205 | - |
| CMYK | 0 | 0.82 | 0.19 | 0.01 |
| HSL | 313.91º | 0.98% | 0.59% | - |
| HSV(B) | 313.91º | 0.82% | 0.99% | - |
| XYZ | 52.5 | 27.24 | 60.25 | - |
| YUV | 126.02 | 172.58 | 218.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 205 | 0 | 0.82 | 0.19 | 0.01 | 313.91 | 0.98 | 0.59 |
| Hex | FD | 2E | CD | 0 | 52 | 13 | 1 | 13A | 62 | 3B |
| Octal | 375 | 56 | 315 | 0 | 122 | 23 | 1 | 472 | 142 | 73 |
| Binary | 11111101 | 101110 | 11001101 | 0 | 1010010 | 10011 | 1 | 100111010 | 1100010 | 111011 |
Color Harmonies of #FD2ECD
Complementary color
Monochromatic Colors of #FD2ECD
Black with #FD2ECD
Text Example
Text Example
White with #FD2ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2ECD; }
p { color: rgb(253,46,205); }
H1.HeaderClassName
{
color: #FD2ECD;
}
.AnyTagClassName
{
color: #FD2ECD;
}
</style>
background-color css
<style>
a { background-color: #FD2ECD; }
a { background-color: rgb(253,46,205); }
div.DivClassName
{
background-color: #FD2ECD;
}
.BgClassName
{
background-color: #FD2ECD;
}
</style>
border-color css
<style>
span { border-color: #FD2ECD; }
span { border-color: rgb(253,46,205); }
td.TdClassName
{
border-color: #FD2ECD;
}
.TagClassName
{
border-color: #FD2ECD;
}
</style>