Shades of Razzle Dazzle Rose #FC50D0
Tints of Razzle Dazzle Rose #FC50D0
RGB
CMYK
RGB Variations
Color information
#FC50D0 (or 0xFC50D0) is known color: Razzle Dazzle Rose. HEX triplet: FC, 50 and D0. RGB value is (252,80,208). Sum of RGB (Red+Green+Blue) = 252+80+208=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 80 (31.64% from 255 or 14.81% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC50D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC50D0 is #03AF2F. Grayscale: #919191. Windows color (decimal): -241456 or 13652220. OLE color: 13652220.
HSL color Cylindrical-coordinate representation of color #FC50D0: hue angle of 315.35º 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 #FC50D0 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 208 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.01 |
| HSL | 315.35º | 0.97% | 0.65% | - |
| HSV(B) | 315.35º | 0.68% | 0.99% | - |
| XYZ | 54.4 | 30.99 | 62.79 | - |
| YUV | 146.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 208 | 0 | 0.68 | 0.17 | 0.01 | 315.35 | 0.97 | 0.65 |
| Hex | FC | 50 | D0 | 0 | 44 | 11 | 1 | 13B | 61 | 41 |
| Octal | 374 | 120 | 320 | 0 | 104 | 21 | 1 | 473 | 141 | 101 |
| Binary | 11111100 | 1010000 | 11010000 | 0 | 1000100 | 10001 | 1 | 100111011 | 1100001 | 1000001 |
Color Harmonies of #FC50D0
Complementary color
Monochromatic Colors of #FC50D0
Black with #FC50D0
Text Example
Text Example
White with #FC50D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC50D0; }
p { color: rgb(252,80,208); }
H1.HeaderClassName
{
color: #FC50D0;
}
.AnyTagClassName
{
color: #FC50D0;
}
</style>
background-color css
<style>
a { background-color: #FC50D0; }
a { background-color: rgb(252,80,208); }
div.DivClassName
{
background-color: #FC50D0;
}
.BgClassName
{
background-color: #FC50D0;
}
</style>
border-color css
<style>
span { border-color: #FC50D0; }
span { border-color: rgb(252,80,208); }
td.TdClassName
{
border-color: #FC50D0;
}
.TagClassName
{
border-color: #FC50D0;
}
</style>