Shades of Razzle Dazzle Rose #FD4DC0
Tints of Razzle Dazzle Rose #FD4DC0
RGB
CMYK
RGB Variations
Color information
#FD4DC0 (or 0xFD4DC0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4D and C0. RGB value is (253,77,192). Sum of RGB (Red+Green+Blue) = 253+77+192=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 77 (30.47% from 255 or 14.75% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4DC0 is #02B23F. Grayscale: #8E8E8E. Windows color (decimal): -176704 or 12602877. OLE color: 12602877.
HSL color Cylindrical-coordinate representation of color #FD4DC0: hue angle of 320.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4DC0 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 77 | 192 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.01 |
| HSL | 320.8º | 0.98% | 0.65% | - |
| HSV(B) | 320.8º | 0.7% | 0.99% | - |
| XYZ | 52.68 | 30 | 52.88 | - |
| YUV | 142.73 | 155.81 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 77 | 192 | 0 | 0.70 | 0.24 | 0.01 | 320.8 | 0.98 | 0.65 |
| Hex | FD | 4D | C0 | 0 | 46 | 18 | 1 | 141 | 62 | 41 |
| Octal | 375 | 115 | 300 | 0 | 106 | 30 | 1 | 501 | 142 | 101 |
| Binary | 11111101 | 1001101 | 11000000 | 0 | 1000110 | 11000 | 1 | 101000001 | 1100010 | 1000001 |
Color Harmonies of #FD4DC0
Complementary color
Monochromatic Colors of #FD4DC0
Black with #FD4DC0
Text Example
Text Example
White with #FD4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4DC0; }
p { color: rgb(253,77,192); }
H1.HeaderClassName
{
color: #FD4DC0;
}
.AnyTagClassName
{
color: #FD4DC0;
}
</style>
background-color css
<style>
a { background-color: #FD4DC0; }
a { background-color: rgb(253,77,192); }
div.DivClassName
{
background-color: #FD4DC0;
}
.BgClassName
{
background-color: #FD4DC0;
}
</style>
border-color css
<style>
span { border-color: #FD4DC0; }
span { border-color: rgb(253,77,192); }
td.TdClassName
{
border-color: #FD4DC0;
}
.TagClassName
{
border-color: #FD4DC0;
}
</style>