Shades of Razzle Dazzle Rose #FC49C8
Tints of Razzle Dazzle Rose #FC49C8
RGB
CMYK
RGB Variations
Color information
#FC49C8 (or 0xFC49C8) is known color: Razzle Dazzle Rose. HEX triplet: FC, 49 and C8. RGB value is (252,73,200). Sum of RGB (Red+Green+Blue) = 252+73+200=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 73 (28.91% from 255 or 13.90% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49C8 is #03B637. Grayscale: #8C8C8C. Windows color (decimal): -243256 or 13126140. OLE color: 13126140.
HSL color Cylindrical-coordinate representation of color #FC49C8: hue angle of 317.43º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC49C8 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 200 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.01 |
| HSL | 317.43º | 0.97% | 0.64% | - |
| HSV(B) | 317.43º | 0.71% | 0.99% | - |
| XYZ | 52.95 | 29.63 | 57.57 | - |
| YUV | 141 | 161.3 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 200 | 0 | 0.71 | 0.21 | 0.01 | 317.43 | 0.97 | 0.64 |
| Hex | FC | 49 | C8 | 0 | 47 | 15 | 1 | 13D | 61 | 40 |
| Octal | 374 | 111 | 310 | 0 | 107 | 25 | 1 | 475 | 141 | 100 |
| Binary | 11111100 | 1001001 | 11001000 | 0 | 1000111 | 10101 | 1 | 100111101 | 1100001 | 1000000 |
Color Harmonies of #FC49C8
Complementary color
Monochromatic Colors of #FC49C8
Black with #FC49C8
Text Example
Text Example
White with #FC49C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC49C8; }
p { color: rgb(252,73,200); }
H1.HeaderClassName
{
color: #FC49C8;
}
.AnyTagClassName
{
color: #FC49C8;
}
</style>
background-color css
<style>
a { background-color: #FC49C8; }
a { background-color: rgb(252,73,200); }
div.DivClassName
{
background-color: #FC49C8;
}
.BgClassName
{
background-color: #FC49C8;
}
</style>
border-color css
<style>
span { border-color: #FC49C8; }
span { border-color: rgb(252,73,200); }
td.TdClassName
{
border-color: #FC49C8;
}
.TagClassName
{
border-color: #FC49C8;
}
</style>