Shades of Razzle Dazzle Rose #FC20CA
Tints of Razzle Dazzle Rose #FC20CA
RGB
CMYK
RGB Variations
Color information
#FC20CA (or 0xFC20CA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 20 and CA. RGB value is (252,32,202). Sum of RGB (Red+Green+Blue) = 252+32+202=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 32 (12.89% from 255 or 6.58% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC20CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC20CA is #03DF35. Grayscale: #747474. Windows color (decimal): -253750 or 13246716. OLE color: 13246716.
HSL color Cylindrical-coordinate representation of color #FC20CA: hue angle of 313.64º 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 #FC20CA is Cyan = 0, Magento = 0.87, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 202 | - |
| CMYK | 0 | 0.87 | 0.20 | 0.01 |
| HSL | 313.64º | 0.97% | 0.56% | - |
| HSV(B) | 313.64º | 0.87% | 0.99% | - |
| XYZ | 51.32 | 25.99 | 58.19 | - |
| YUV | 117.16 | 175.89 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 202 | 0 | 0.87 | 0.20 | 0.01 | 313.64 | 0.97 | 0.56 |
| Hex | FC | 20 | CA | 0 | 57 | 14 | 1 | 13A | 61 | 38 |
| Octal | 374 | 40 | 312 | 0 | 127 | 24 | 1 | 472 | 141 | 70 |
| Binary | 11111100 | 100000 | 11001010 | 0 | 1010111 | 10100 | 1 | 100111010 | 1100001 | 111000 |
Color Harmonies of #FC20CA
Complementary color
Monochromatic Colors of #FC20CA
Black with #FC20CA
Text Example
Text Example
White with #FC20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC20CA; }
p { color: rgb(252,32,202); }
H1.HeaderClassName
{
color: #FC20CA;
}
.AnyTagClassName
{
color: #FC20CA;
}
</style>
background-color css
<style>
a { background-color: #FC20CA; }
a { background-color: rgb(252,32,202); }
div.DivClassName
{
background-color: #FC20CA;
}
.BgClassName
{
background-color: #FC20CA;
}
</style>
border-color css
<style>
span { border-color: #FC20CA; }
span { border-color: rgb(252,32,202); }
td.TdClassName
{
border-color: #FC20CA;
}
.TagClassName
{
border-color: #FC20CA;
}
</style>