Shades of Razzle Dazzle Rose #FC4DCD
Tints of Razzle Dazzle Rose #FC4DCD
RGB
CMYK
RGB Variations
Color information
#FC4DCD (or 0xFC4DCD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4D and CD. RGB value is (252,77,205). Sum of RGB (Red+Green+Blue) = 252+77+205=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 77 (30.47% from 255 or 14.42% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC4DCD is #03B232. Grayscale: #8F8F8F. Windows color (decimal): -242227 or 13454844. OLE color: 13454844.
HSL color Cylindrical-coordinate representation of color #FC4DCD: hue angle of 316.11º degrees, saturation: 0.97, 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 #FC4DCD is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 205 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.01 |
| HSL | 316.11º | 0.97% | 0.65% | - |
| HSV(B) | 316.11º | 0.69% | 0.99% | - |
| XYZ | 53.82 | 30.41 | 60.79 | - |
| YUV | 143.92 | 162.48 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 205 | 0 | 0.69 | 0.19 | 0.01 | 316.11 | 0.97 | 0.65 |
| Hex | FC | 4D | CD | 0 | 45 | 13 | 1 | 13C | 61 | 41 |
| Octal | 374 | 115 | 315 | 0 | 105 | 23 | 1 | 474 | 141 | 101 |
| Binary | 11111100 | 1001101 | 11001101 | 0 | 1000101 | 10011 | 1 | 100111100 | 1100001 | 1000001 |
Color Harmonies of #FC4DCD
Complementary color
Monochromatic Colors of #FC4DCD
Black with #FC4DCD
Text Example
Text Example
White with #FC4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DCD; }
p { color: rgb(252,77,205); }
H1.HeaderClassName
{
color: #FC4DCD;
}
.AnyTagClassName
{
color: #FC4DCD;
}
</style>
background-color css
<style>
a { background-color: #FC4DCD; }
a { background-color: rgb(252,77,205); }
div.DivClassName
{
background-color: #FC4DCD;
}
.BgClassName
{
background-color: #FC4DCD;
}
</style>
border-color css
<style>
span { border-color: #FC4DCD; }
span { border-color: rgb(252,77,205); }
td.TdClassName
{
border-color: #FC4DCD;
}
.TagClassName
{
border-color: #FC4DCD;
}
</style>