Shades of Razzle Dazzle Rose #FC20DF
Tints of Razzle Dazzle Rose #FC20DF
RGB
CMYK
RGB Variations
Color information
#FC20DF (or 0xFC20DF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and DF. RGB value is (252,32,223). Sum of RGB (Red+Green+Blue) = 252+32+223=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 32 (12.89% from 255 or 6.31% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20DF is #03DF20. Grayscale: #777777. Windows color (decimal): -253729 or 14622972. OLE color: 14622972.
HSL color Cylindrical-coordinate representation of color #FC20DF: hue angle of 307.91º 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 #FC20DF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 223 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.01 |
| HSL | 307.91º | 0.97% | 0.56% | - |
| HSV(B) | 307.91º | 0.87% | 0.99% | - |
| XYZ | 53.98 | 27.06 | 72.19 | - |
| YUV | 119.55 | 186.39 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 223 | 0 | 0.87 | 0.12 | 0.01 | 307.91 | 0.97 | 0.56 |
| Hex | FC | 20 | DF | 0 | 57 | C | 1 | 134 | 61 | 38 |
| Octal | 374 | 40 | 337 | 0 | 127 | 14 | 1 | 464 | 141 | 70 |
| Binary | 11111100 | 100000 | 11011111 | 0 | 1010111 | 1100 | 1 | 100110100 | 1100001 | 111000 |
Color Harmonies of #FC20DF
Complementary color
Monochromatic Colors of #FC20DF
Black with #FC20DF
Text Example
Text Example
White with #FC20DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20DF; }
p { color: rgb(252,32,223); }
H1.HeaderClassName
{
color: #FC20DF;
}
.AnyTagClassName
{
color: #FC20DF;
}
</style>
background-color css
<style>
a { background-color: #FC20DF; }
a { background-color: rgb(252,32,223); }
div.DivClassName
{
background-color: #FC20DF;
}
.BgClassName
{
background-color: #FC20DF;
}
</style>
border-color css
<style>
span { border-color: #FC20DF; }
span { border-color: rgb(252,32,223); }
td.TdClassName
{
border-color: #FC20DF;
}
.TagClassName
{
border-color: #FC20DF;
}
</style>