Shades of Razzle Dazzle Rose #FC49DB
Tints of Razzle Dazzle Rose #FC49DB
RGB
CMYK
RGB Variations
Color information
#FC49DB (or 0xFC49DB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 49 and DB. RGB value is (252,73,219). Sum of RGB (Red+Green+Blue) = 252+73+219=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 73 (28.91% from 255 or 13.42% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC49DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC49DB is #03B624. Grayscale: #8E8E8E. Windows color (decimal): -243237 or 14371324. OLE color: 14371324.
HSL color Cylindrical-coordinate representation of color #FC49DB: hue angle of 311.06º 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 #FC49DB is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 219 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.01 |
| HSL | 311.06º | 0.97% | 0.64% | - |
| HSV(B) | 311.06º | 0.71% | 0.99% | - |
| XYZ | 55.31 | 30.58 | 70 | - |
| YUV | 143.17 | 170.8 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 219 | 0 | 0.71 | 0.13 | 0.01 | 311.06 | 0.97 | 0.64 |
| Hex | FC | 49 | DB | 0 | 47 | D | 1 | 137 | 61 | 40 |
| Octal | 374 | 111 | 333 | 0 | 107 | 15 | 1 | 467 | 141 | 100 |
| Binary | 11111100 | 1001001 | 11011011 | 0 | 1000111 | 1101 | 1 | 100110111 | 1100001 | 1000000 |
Color Harmonies of #FC49DB
Complementary color
Monochromatic Colors of #FC49DB
Black with #FC49DB
Text Example
Text Example
White with #FC49DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC49DB; }
p { color: rgb(252,73,219); }
H1.HeaderClassName
{
color: #FC49DB;
}
.AnyTagClassName
{
color: #FC49DB;
}
</style>
background-color css
<style>
a { background-color: #FC49DB; }
a { background-color: rgb(252,73,219); }
div.DivClassName
{
background-color: #FC49DB;
}
.BgClassName
{
background-color: #FC49DB;
}
</style>
border-color css
<style>
span { border-color: #FC49DB; }
span { border-color: rgb(252,73,219); }
td.TdClassName
{
border-color: #FC49DB;
}
.TagClassName
{
border-color: #FC49DB;
}
</style>