Shades of Razzle Dazzle Rose #FD4EC1
Tints of Razzle Dazzle Rose #FD4EC1
RGB
CMYK
RGB Variations
Color information
#FD4EC1 (or 0xFD4EC1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4E and C1. RGB value is (253,78,193). Sum of RGB (Red+Green+Blue) = 253+78+193=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 78 (30.86% from 255 or 14.89% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD4EC1 is #02B13E. Grayscale: #8F8F8F. Windows color (decimal): -176447 or 12668669. OLE color: 12668669.
HSL color Cylindrical-coordinate representation of color #FD4EC1: hue angle of 320.57º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4EC1 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 78 | 193 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.01 |
| HSL | 320.57º | 0.98% | 0.65% | - |
| HSV(B) | 320.57º | 0.69% | 0.99% | - |
| XYZ | 52.86 | 30.18 | 53.49 | - |
| YUV | 143.44 | 155.98 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 78 | 193 | 0 | 0.69 | 0.24 | 0.01 | 320.57 | 0.98 | 0.65 |
| Hex | FD | 4E | C1 | 0 | 45 | 18 | 1 | 141 | 62 | 41 |
| Octal | 375 | 116 | 301 | 0 | 105 | 30 | 1 | 501 | 142 | 101 |
| Binary | 11111101 | 1001110 | 11000001 | 0 | 1000101 | 11000 | 1 | 101000001 | 1100010 | 1000001 |
Color Harmonies of #FD4EC1
Complementary color
Monochromatic Colors of #FD4EC1
Black with #FD4EC1
Text Example
Text Example
White with #FD4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4EC1; }
p { color: rgb(253,78,193); }
H1.HeaderClassName
{
color: #FD4EC1;
}
.AnyTagClassName
{
color: #FD4EC1;
}
</style>
background-color css
<style>
a { background-color: #FD4EC1; }
a { background-color: rgb(253,78,193); }
div.DivClassName
{
background-color: #FD4EC1;
}
.BgClassName
{
background-color: #FD4EC1;
}
</style>
border-color css
<style>
span { border-color: #FD4EC1; }
span { border-color: rgb(253,78,193); }
td.TdClassName
{
border-color: #FD4EC1;
}
.TagClassName
{
border-color: #FD4EC1;
}
</style>