Shades of Razzle Dazzle Rose #FC43C0
Tints of Razzle Dazzle Rose #FC43C0
RGB
CMYK
RGB Variations
Color information
#FC43C0 (or 0xFC43C0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 43 and C0. RGB value is (252,67,192). Sum of RGB (Red+Green+Blue) = 252+67+192=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC43C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC43C0 is #03BC3F. Grayscale: #888888. Windows color (decimal): -244800 or 12600316. OLE color: 12600316.
HSL color Cylindrical-coordinate representation of color #FC43C0: hue angle of 319.46º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC43C0 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 192 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.01 |
| HSL | 319.46º | 0.97% | 0.63% | - |
| HSV(B) | 319.46º | 0.73% | 0.99% | - |
| XYZ | 51.67 | 28.52 | 52.65 | - |
| YUV | 136.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 192 | 0 | 0.73 | 0.24 | 0.01 | 319.46 | 0.97 | 0.63 |
| Hex | FC | 43 | C0 | 0 | 49 | 18 | 1 | 13F | 61 | 3F |
| Octal | 374 | 103 | 300 | 0 | 111 | 30 | 1 | 477 | 141 | 77 |
| Binary | 11111100 | 1000011 | 11000000 | 0 | 1001001 | 11000 | 1 | 100111111 | 1100001 | 111111 |
Color Harmonies of #FC43C0
Complementary color
Monochromatic Colors of #FC43C0
Black with #FC43C0
Text Example
Text Example
White with #FC43C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC43C0; }
p { color: rgb(252,67,192); }
H1.HeaderClassName
{
color: #FC43C0;
}
.AnyTagClassName
{
color: #FC43C0;
}
</style>
background-color css
<style>
a { background-color: #FC43C0; }
a { background-color: rgb(252,67,192); }
div.DivClassName
{
background-color: #FC43C0;
}
.BgClassName
{
background-color: #FC43C0;
}
</style>
border-color css
<style>
span { border-color: #FC43C0; }
span { border-color: rgb(252,67,192); }
td.TdClassName
{
border-color: #FC43C0;
}
.TagClassName
{
border-color: #FC43C0;
}
</style>