Shades of Razzle Dazzle Rose #FC2DDB
Tints of Razzle Dazzle Rose #FC2DDB
RGB
CMYK
RGB Variations
Color information
#FC2DDB (or 0xFC2DDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2D and DB. RGB value is (252,45,219). Sum of RGB (Red+Green+Blue) = 252+45+219=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 45 (17.97% from 255 or 8.72% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2DDB is #03D224. Grayscale: #7E7E7E. Windows color (decimal): -250405 or 14364156. OLE color: 14364156.
HSL color Cylindrical-coordinate representation of color #FC2DDB: hue angle of 309.57º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2DDB is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 219 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.01 |
| HSL | 309.57º | 0.97% | 0.58% | - |
| HSV(B) | 309.57º | 0.82% | 0.99% | - |
| XYZ | 53.87 | 27.69 | 69.52 | - |
| YUV | 126.73 | 180.08 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 219 | 0 | 0.82 | 0.13 | 0.01 | 309.57 | 0.97 | 0.58 |
| Hex | FC | 2D | DB | 0 | 52 | D | 1 | 136 | 61 | 3A |
| Octal | 374 | 55 | 333 | 0 | 122 | 15 | 1 | 466 | 141 | 72 |
| Binary | 11111100 | 101101 | 11011011 | 0 | 1010010 | 1101 | 1 | 100110110 | 1100001 | 111010 |
Color Harmonies of #FC2DDB
Complementary color
Monochromatic Colors of #FC2DDB
Black with #FC2DDB
Text Example
Text Example
White with #FC2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2DDB; }
p { color: rgb(252,45,219); }
H1.HeaderClassName
{
color: #FC2DDB;
}
.AnyTagClassName
{
color: #FC2DDB;
}
</style>
background-color css
<style>
a { background-color: #FC2DDB; }
a { background-color: rgb(252,45,219); }
div.DivClassName
{
background-color: #FC2DDB;
}
.BgClassName
{
background-color: #FC2DDB;
}
</style>
border-color css
<style>
span { border-color: #FC2DDB; }
span { border-color: rgb(252,45,219); }
td.TdClassName
{
border-color: #FC2DDB;
}
.TagClassName
{
border-color: #FC2DDB;
}
</style>