Shades of Razzle Dazzle Rose #FC46C0
Tints of Razzle Dazzle Rose #FC46C0
RGB
CMYK
RGB Variations
Color information
#FC46C0 (or 0xFC46C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 46 and C0. RGB value is (252,70,192). Sum of RGB (Red+Green+Blue) = 252+70+192=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC46C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC46C0 is #03B93F. Grayscale: #8A8A8A. Windows color (decimal): -244032 or 12601084. OLE color: 12601084.
HSL color Cylindrical-coordinate representation of color #FC46C0: hue angle of 319.78º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC46C0 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 192 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.01 |
| HSL | 319.78º | 0.97% | 0.63% | - |
| HSV(B) | 319.78º | 0.72% | 0.99% | - |
| XYZ | 51.85 | 28.88 | 52.71 | - |
| YUV | 138.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 192 | 0 | 0.72 | 0.24 | 0.01 | 319.78 | 0.97 | 0.63 |
| Hex | FC | 46 | C0 | 0 | 48 | 18 | 1 | 140 | 61 | 3F |
| Octal | 374 | 106 | 300 | 0 | 110 | 30 | 1 | 500 | 141 | 77 |
| Binary | 11111100 | 1000110 | 11000000 | 0 | 1001000 | 11000 | 1 | 101000000 | 1100001 | 111111 |
Color Harmonies of #FC46C0
Complementary color
Monochromatic Colors of #FC46C0
Black with #FC46C0
Text Example
Text Example
White with #FC46C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC46C0; }
p { color: rgb(252,70,192); }
H1.HeaderClassName
{
color: #FC46C0;
}
.AnyTagClassName
{
color: #FC46C0;
}
</style>
background-color css
<style>
a { background-color: #FC46C0; }
a { background-color: rgb(252,70,192); }
div.DivClassName
{
background-color: #FC46C0;
}
.BgClassName
{
background-color: #FC46C0;
}
</style>
border-color css
<style>
span { border-color: #FC46C0; }
span { border-color: rgb(252,70,192); }
td.TdClassName
{
border-color: #FC46C0;
}
.TagClassName
{
border-color: #FC46C0;
}
</style>