Shades of Razzle Dazzle Rose #FC20D3
Tints of Razzle Dazzle Rose #FC20D3
RGB
CMYK
RGB Variations
Color information
#FC20D3 (or 0xFC20D3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and D3. RGB value is (252,32,211). Sum of RGB (Red+Green+Blue) = 252+32+211=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 32 (12.89% from 255 or 6.46% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20D3 is #03DF2C. Grayscale: #757575. Windows color (decimal): -253741 or 13836540. OLE color: 13836540.
HSL color Cylindrical-coordinate representation of color #FC20D3: hue angle of 311.18º 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 #FC20D3 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 211 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.01 |
| HSL | 311.18º | 0.97% | 0.56% | - |
| HSV(B) | 311.18º | 0.87% | 0.99% | - |
| XYZ | 52.42 | 26.43 | 63.97 | - |
| YUV | 118.19 | 180.39 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 211 | 0 | 0.87 | 0.16 | 0.01 | 311.18 | 0.97 | 0.56 |
| Hex | FC | 20 | D3 | 0 | 57 | 10 | 1 | 137 | 61 | 38 |
| Octal | 374 | 40 | 323 | 0 | 127 | 20 | 1 | 467 | 141 | 70 |
| Binary | 11111100 | 100000 | 11010011 | 0 | 1010111 | 10000 | 1 | 100110111 | 1100001 | 111000 |
Color Harmonies of #FC20D3
Complementary color
Monochromatic Colors of #FC20D3
Black with #FC20D3
Text Example
Text Example
White with #FC20D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20D3; }
p { color: rgb(252,32,211); }
H1.HeaderClassName
{
color: #FC20D3;
}
.AnyTagClassName
{
color: #FC20D3;
}
</style>
background-color css
<style>
a { background-color: #FC20D3; }
a { background-color: rgb(252,32,211); }
div.DivClassName
{
background-color: #FC20D3;
}
.BgClassName
{
background-color: #FC20D3;
}
</style>
border-color css
<style>
span { border-color: #FC20D3; }
span { border-color: rgb(252,32,211); }
td.TdClassName
{
border-color: #FC20D3;
}
.TagClassName
{
border-color: #FC20D3;
}
</style>