Shades of Razzle Dazzle Rose #FC4AD1
Tints of Razzle Dazzle Rose #FC4AD1
RGB
CMYK
RGB Variations
Color information
#FC4AD1 (or 0xFC4AD1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4A and D1. RGB value is (252,74,209). Sum of RGB (Red+Green+Blue) = 252+74+209=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4AD1 is #03B52E. Grayscale: #8E8E8E. Windows color (decimal): -242991 or 13716220. OLE color: 13716220.
HSL color Cylindrical-coordinate representation of color #FC4AD1: hue angle of 314.49º 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 #FC4AD1 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 209 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.01 |
| HSL | 314.49º | 0.97% | 0.64% | - |
| HSV(B) | 314.49º | 0.71% | 0.99% | - |
| XYZ | 54.1 | 30.2 | 63.3 | - |
| YUV | 142.61 | 165.47 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 209 | 0 | 0.71 | 0.17 | 0.01 | 314.49 | 0.97 | 0.64 |
| Hex | FC | 4A | D1 | 0 | 47 | 11 | 1 | 13A | 61 | 40 |
| Octal | 374 | 112 | 321 | 0 | 107 | 21 | 1 | 472 | 141 | 100 |
| Binary | 11111100 | 1001010 | 11010001 | 0 | 1000111 | 10001 | 1 | 100111010 | 1100001 | 1000000 |
Color Harmonies of #FC4AD1
Complementary color
Monochromatic Colors of #FC4AD1
Black with #FC4AD1
Text Example
Text Example
White with #FC4AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4AD1; }
p { color: rgb(252,74,209); }
H1.HeaderClassName
{
color: #FC4AD1;
}
.AnyTagClassName
{
color: #FC4AD1;
}
</style>
background-color css
<style>
a { background-color: #FC4AD1; }
a { background-color: rgb(252,74,209); }
div.DivClassName
{
background-color: #FC4AD1;
}
.BgClassName
{
background-color: #FC4AD1;
}
</style>
border-color css
<style>
span { border-color: #FC4AD1; }
span { border-color: rgb(252,74,209); }
td.TdClassName
{
border-color: #FC4AD1;
}
.TagClassName
{
border-color: #FC4AD1;
}
</style>