Shades of Razzle Dazzle Rose #FC4ADC
Tints of Razzle Dazzle Rose #FC4ADC
RGB
CMYK
RGB Variations
Color information
#FC4ADC (or 0xFC4ADC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4A and DC. RGB value is (252,74,220). Sum of RGB (Red+Green+Blue) = 252+74+220=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 74 (29.30% from 255 or 13.55% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4ADC is #03B523. Grayscale: #8F8F8F. Windows color (decimal): -242980 or 14437116. OLE color: 14437116.
HSL color Cylindrical-coordinate representation of color #FC4ADC: hue angle of 310.79º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC4ADC is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 220 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.01 |
| HSL | 310.79º | 0.97% | 0.64% | - |
| HSV(B) | 310.79º | 0.71% | 0.99% | - |
| XYZ | 55.51 | 30.76 | 70.72 | - |
| YUV | 143.87 | 170.97 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 220 | 0 | 0.71 | 0.13 | 0.01 | 310.79 | 0.97 | 0.64 |
| Hex | FC | 4A | DC | 0 | 47 | D | 1 | 137 | 61 | 40 |
| Octal | 374 | 112 | 334 | 0 | 107 | 15 | 1 | 467 | 141 | 100 |
| Binary | 11111100 | 1001010 | 11011100 | 0 | 1000111 | 1101 | 1 | 100110111 | 1100001 | 1000000 |
Color Harmonies of #FC4ADC
Complementary color
Monochromatic Colors of #FC4ADC
Black with #FC4ADC
Text Example
Text Example
White with #FC4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4ADC; }
p { color: rgb(252,74,220); }
H1.HeaderClassName
{
color: #FC4ADC;
}
.AnyTagClassName
{
color: #FC4ADC;
}
</style>
background-color css
<style>
a { background-color: #FC4ADC; }
a { background-color: rgb(252,74,220); }
div.DivClassName
{
background-color: #FC4ADC;
}
.BgClassName
{
background-color: #FC4ADC;
}
</style>
border-color css
<style>
span { border-color: #FC4ADC; }
span { border-color: rgb(252,74,220); }
td.TdClassName
{
border-color: #FC4ADC;
}
.TagClassName
{
border-color: #FC4ADC;
}
</style>