Shades of Razzle Dazzle Rose #FC3CDB
Tints of Razzle Dazzle Rose #FC3CDB
RGB
CMYK
RGB Variations
Color information
#FC3CDB (or 0xFC3CDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and DB. RGB value is (252,60,219). Sum of RGB (Red+Green+Blue) = 252+60+219=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3CDB is #03C324. Grayscale: #878787. Windows color (decimal): -246565 or 14367996. OLE color: 14367996.
HSL color Cylindrical-coordinate representation of color #FC3CDB: hue angle of 310.31º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3CDB is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 219 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.01 |
| HSL | 310.31º | 0.97% | 0.61% | - |
| HSV(B) | 310.31º | 0.76% | 0.99% | - |
| XYZ | 54.55 | 29.04 | 69.75 | - |
| YUV | 135.53 | 175.11 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 219 | 0 | 0.76 | 0.13 | 0.01 | 310.31 | 0.97 | 0.61 |
| Hex | FC | 3C | DB | 0 | 4C | D | 1 | 136 | 61 | 3D |
| Octal | 374 | 74 | 333 | 0 | 114 | 15 | 1 | 466 | 141 | 75 |
| Binary | 11111100 | 111100 | 11011011 | 0 | 1001100 | 1101 | 1 | 100110110 | 1100001 | 111101 |
Color Harmonies of #FC3CDB
Complementary color
Monochromatic Colors of #FC3CDB
Black with #FC3CDB
Text Example
Text Example
White with #FC3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3CDB; }
p { color: rgb(252,60,219); }
H1.HeaderClassName
{
color: #FC3CDB;
}
.AnyTagClassName
{
color: #FC3CDB;
}
</style>
background-color css
<style>
a { background-color: #FC3CDB; }
a { background-color: rgb(252,60,219); }
div.DivClassName
{
background-color: #FC3CDB;
}
.BgClassName
{
background-color: #FC3CDB;
}
</style>
border-color css
<style>
span { border-color: #FC3CDB; }
span { border-color: rgb(252,60,219); }
td.TdClassName
{
border-color: #FC3CDB;
}
.TagClassName
{
border-color: #FC3CDB;
}
</style>