Shades of Razzle Dazzle Rose #FC4BCC
Tints of Razzle Dazzle Rose #FC4BCC
RGB
CMYK
RGB Variations
Color information
#FC4BCC (or 0xFC4BCC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 4B and CC. RGB value is (252,75,204). Sum of RGB (Red+Green+Blue) = 252+75+204=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 75 (29.69% from 255 or 14.12% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC4BCC is #03B433. Grayscale: #8E8E8E. Windows color (decimal): -242740 or 13388796. OLE color: 13388796.
HSL color Cylindrical-coordinate representation of color #FC4BCC: hue angle of 316.27º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4BCC is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 75 | 204 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.01 |
| HSL | 316.27º | 0.97% | 0.64% | - |
| HSV(B) | 316.27º | 0.7% | 0.99% | - |
| XYZ | 53.56 | 30.09 | 60.11 | - |
| YUV | 142.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 75 | 204 | 0 | 0.70 | 0.19 | 0.01 | 316.27 | 0.97 | 0.64 |
| Hex | FC | 4B | CC | 0 | 46 | 13 | 1 | 13C | 61 | 40 |
| Octal | 374 | 113 | 314 | 0 | 106 | 23 | 1 | 474 | 141 | 100 |
| Binary | 11111100 | 1001011 | 11001100 | 0 | 1000110 | 10011 | 1 | 100111100 | 1100001 | 1000000 |
Color Harmonies of #FC4BCC
Complementary color
Monochromatic Colors of #FC4BCC
Black with #FC4BCC
Text Example
Text Example
White with #FC4BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4BCC; }
p { color: rgb(252,75,204); }
H1.HeaderClassName
{
color: #FC4BCC;
}
.AnyTagClassName
{
color: #FC4BCC;
}
</style>
background-color css
<style>
a { background-color: #FC4BCC; }
a { background-color: rgb(252,75,204); }
div.DivClassName
{
background-color: #FC4BCC;
}
.BgClassName
{
background-color: #FC4BCC;
}
</style>
border-color css
<style>
span { border-color: #FC4BCC; }
span { border-color: rgb(252,75,204); }
td.TdClassName
{
border-color: #FC4BCC;
}
.TagClassName
{
border-color: #FC4BCC;
}
</style>