Shades of Razzle Dazzle Rose #FC50C6
Tints of Razzle Dazzle Rose #FC50C6
RGB
CMYK
RGB Variations
Color information
#FC50C6 (or 0xFC50C6) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and C6. RGB value is (252,80,198). Sum of RGB (Red+Green+Blue) = 252+80+198=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 80 (31.64% from 255 or 15.09% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50C6 is #03AF39. Grayscale: #909090. Windows color (decimal): -241466 or 12996860. OLE color: 12996860.
HSL color Cylindrical-coordinate representation of color #FC50C6: hue angle of 318.84º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC50C6 is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 198 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.01 |
| HSL | 318.84º | 0.97% | 0.65% | - |
| HSV(B) | 318.84º | 0.68% | 0.99% | - |
| XYZ | 53.21 | 30.51 | 56.51 | - |
| YUV | 144.88 | 157.98 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 198 | 0 | 0.68 | 0.21 | 0.01 | 318.84 | 0.97 | 0.65 |
| Hex | FC | 50 | C6 | 0 | 44 | 15 | 1 | 13F | 61 | 41 |
| Octal | 374 | 120 | 306 | 0 | 104 | 25 | 1 | 477 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11000110 | 0 | 1000100 | 10101 | 1 | 100111111 | 1100001 | 1000001 |
Color Harmonies of #FC50C6
Complementary color
Monochromatic Colors of #FC50C6
Black with #FC50C6
Text Example
Text Example
White with #FC50C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50C6; }
p { color: rgb(252,80,198); }
H1.HeaderClassName
{
color: #FC50C6;
}
.AnyTagClassName
{
color: #FC50C6;
}
</style>
background-color css
<style>
a { background-color: #FC50C6; }
a { background-color: rgb(252,80,198); }
div.DivClassName
{
background-color: #FC50C6;
}
.BgClassName
{
background-color: #FC50C6;
}
</style>
border-color css
<style>
span { border-color: #FC50C6; }
span { border-color: rgb(252,80,198); }
td.TdClassName
{
border-color: #FC50C6;
}
.TagClassName
{
border-color: #FC50C6;
}
</style>