Shades of Razzle Dazzle Rose #FC4ADD
Tints of Razzle Dazzle Rose #FC4ADD
RGB
CMYK
RGB Variations
Color information
#FC4ADD (or 0xFC4ADD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4A and DD. RGB value is (252,74,221). Sum of RGB (Red+Green+Blue) = 252+74+221=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 74 (29.30% from 255 or 13.53% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4ADD is #03B522. Grayscale: #8F8F8F. Windows color (decimal): -242979 or 14502652. OLE color: 14502652.
HSL color Cylindrical-coordinate representation of color #FC4ADD: hue angle of 310.45º 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 #FC4ADD is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 221 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.01 |
| HSL | 310.45º | 0.97% | 0.64% | - |
| HSV(B) | 310.45º | 0.71% | 0.99% | - |
| XYZ | 55.64 | 30.81 | 71.42 | - |
| YUV | 143.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 221 | 0 | 0.71 | 0.12 | 0.01 | 310.45 | 0.97 | 0.64 |
| Hex | FC | 4A | DD | 0 | 47 | C | 1 | 136 | 61 | 40 |
| Octal | 374 | 112 | 335 | 0 | 107 | 14 | 1 | 466 | 141 | 100 |
| Binary | 11111100 | 1001010 | 11011101 | 0 | 1000111 | 1100 | 1 | 100110110 | 1100001 | 1000000 |
Color Harmonies of #FC4ADD
Complementary color
Monochromatic Colors of #FC4ADD
Black with #FC4ADD
Text Example
Text Example
White with #FC4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4ADD; }
p { color: rgb(252,74,221); }
H1.HeaderClassName
{
color: #FC4ADD;
}
.AnyTagClassName
{
color: #FC4ADD;
}
</style>
background-color css
<style>
a { background-color: #FC4ADD; }
a { background-color: rgb(252,74,221); }
div.DivClassName
{
background-color: #FC4ADD;
}
.BgClassName
{
background-color: #FC4ADD;
}
</style>
border-color css
<style>
span { border-color: #FC4ADD; }
span { border-color: rgb(252,74,221); }
td.TdClassName
{
border-color: #FC4ADD;
}
.TagClassName
{
border-color: #FC4ADD;
}
</style>