Shades of Razzle Dazzle Rose #FC1BDB
Tints of Razzle Dazzle Rose #FC1BDB
RGB
CMYK
RGB Variations
Color information
#FC1BDB (or 0xFC1BDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1B and DB. RGB value is (252,27,219). Sum of RGB (Red+Green+Blue) = 252+27+219=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 27 (10.94% from 255 or 5.42% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BDB is #03E424. Grayscale: #737373. Windows color (decimal): -255013 or 14359548. OLE color: 14359548.
HSL color Cylindrical-coordinate representation of color #FC1BDB: hue angle of 308.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1BDB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 219 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.01 |
| HSL | 308.8º | 0.97% | 0.55% | - |
| HSV(B) | 308.8º | 0.89% | 0.99% | - |
| XYZ | 53.32 | 26.59 | 69.34 | - |
| YUV | 116.16 | 186.04 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 219 | 0 | 0.89 | 0.13 | 0.01 | 308.8 | 0.97 | 0.55 |
| Hex | FC | 1B | DB | 0 | 59 | D | 1 | 135 | 61 | 37 |
| Octal | 374 | 33 | 333 | 0 | 131 | 15 | 1 | 465 | 141 | 67 |
| Binary | 11111100 | 11011 | 11011011 | 0 | 1011001 | 1101 | 1 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FC1BDB
Complementary color
Monochromatic Colors of #FC1BDB
Black with #FC1BDB
Text Example
Text Example
White with #FC1BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BDB; }
p { color: rgb(252,27,219); }
H1.HeaderClassName
{
color: #FC1BDB;
}
.AnyTagClassName
{
color: #FC1BDB;
}
</style>
background-color css
<style>
a { background-color: #FC1BDB; }
a { background-color: rgb(252,27,219); }
div.DivClassName
{
background-color: #FC1BDB;
}
.BgClassName
{
background-color: #FC1BDB;
}
</style>
border-color css
<style>
span { border-color: #FC1BDB; }
span { border-color: rgb(252,27,219); }
td.TdClassName
{
border-color: #FC1BDB;
}
.TagClassName
{
border-color: #FC1BDB;
}
</style>