Shades of Razzle Dazzle Rose #FC2ACD
Tints of Razzle Dazzle Rose #FC2ACD
RGB
CMYK
RGB Variations
Color information
#FC2ACD (or 0xFC2ACD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2A and CD. RGB value is (252,42,205). Sum of RGB (Red+Green+Blue) = 252+42+205=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2ACD is #03D532. Grayscale: #7A7A7A. Windows color (decimal): -251187 or 13445884. OLE color: 13445884.
HSL color Cylindrical-coordinate representation of color #FC2ACD: hue angle of 313.43º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2ACD is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 42 | 205 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.01 |
| HSL | 313.43º | 0.97% | 0.58% | - |
| HSV(B) | 313.43º | 0.83% | 0.99% | - |
| XYZ | 51.99 | 26.76 | 60.18 | - |
| YUV | 123.37 | 174.07 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 42 | 205 | 0 | 0.83 | 0.19 | 0.01 | 313.43 | 0.97 | 0.58 |
| Hex | FC | 2A | CD | 0 | 53 | 13 | 1 | 139 | 61 | 3A |
| Octal | 374 | 52 | 315 | 0 | 123 | 23 | 1 | 471 | 141 | 72 |
| Binary | 11111100 | 101010 | 11001101 | 0 | 1010011 | 10011 | 1 | 100111001 | 1100001 | 111010 |
Color Harmonies of #FC2ACD
Complementary color
Monochromatic Colors of #FC2ACD
Black with #FC2ACD
Text Example
Text Example
White with #FC2ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2ACD; }
p { color: rgb(252,42,205); }
H1.HeaderClassName
{
color: #FC2ACD;
}
.AnyTagClassName
{
color: #FC2ACD;
}
</style>
background-color css
<style>
a { background-color: #FC2ACD; }
a { background-color: rgb(252,42,205); }
div.DivClassName
{
background-color: #FC2ACD;
}
.BgClassName
{
background-color: #FC2ACD;
}
</style>
border-color css
<style>
span { border-color: #FC2ACD; }
span { border-color: rgb(252,42,205); }
td.TdClassName
{
border-color: #FC2ACD;
}
.TagClassName
{
border-color: #FC2ACD;
}
</style>