Shades of Razzle Dazzle Rose #FC20CC
Tints of Razzle Dazzle Rose #FC20CC
RGB
CMYK
RGB Variations
Color information
#FC20CC (or 0xFC20CC) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and CC. RGB value is (252,32,204). Sum of RGB (Red+Green+Blue) = 252+32+204=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 32 (12.89% from 255 or 6.56% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20CC is #03DF33. Grayscale: #747474. Windows color (decimal): -253748 or 13377788. OLE color: 13377788.
HSL color Cylindrical-coordinate representation of color #FC20CC: hue angle of 313.09º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC20CC is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 204 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.01 |
| HSL | 313.09º | 0.97% | 0.56% | - |
| HSV(B) | 313.09º | 0.87% | 0.99% | - |
| XYZ | 51.56 | 26.09 | 59.44 | - |
| YUV | 117.39 | 176.89 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 204 | 0 | 0.87 | 0.19 | 0.01 | 313.09 | 0.97 | 0.56 |
| Hex | FC | 20 | CC | 0 | 57 | 13 | 1 | 139 | 61 | 38 |
| Octal | 374 | 40 | 314 | 0 | 127 | 23 | 1 | 471 | 141 | 70 |
| Binary | 11111100 | 100000 | 11001100 | 0 | 1010111 | 10011 | 1 | 100111001 | 1100001 | 111000 |
Color Harmonies of #FC20CC
Complementary color
Monochromatic Colors of #FC20CC
Black with #FC20CC
Text Example
Text Example
White with #FC20CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20CC; }
p { color: rgb(252,32,204); }
H1.HeaderClassName
{
color: #FC20CC;
}
.AnyTagClassName
{
color: #FC20CC;
}
</style>
background-color css
<style>
a { background-color: #FC20CC; }
a { background-color: rgb(252,32,204); }
div.DivClassName
{
background-color: #FC20CC;
}
.BgClassName
{
background-color: #FC20CC;
}
</style>
border-color css
<style>
span { border-color: #FC20CC; }
span { border-color: rgb(252,32,204); }
td.TdClassName
{
border-color: #FC20CC;
}
.TagClassName
{
border-color: #FC20CC;
}
</style>