Shades of Razzle Dazzle Rose #FC1CDB
Tints of Razzle Dazzle Rose #FC1CDB
RGB
CMYK
RGB Variations
Color information
#FC1CDB (or 0xFC1CDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1C and DB. RGB value is (252,28,219). Sum of RGB (Red+Green+Blue) = 252+28+219=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 28 (11.33% from 255 or 5.61% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1CDB is #03E324. Grayscale: #747474. Windows color (decimal): -254757 or 14359804. OLE color: 14359804.
HSL color Cylindrical-coordinate representation of color #FC1CDB: hue angle of 308.84º 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 #FC1CDB is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 219 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.01 |
| HSL | 308.84º | 0.97% | 0.55% | - |
| HSV(B) | 308.84º | 0.89% | 0.99% | - |
| XYZ | 53.35 | 26.64 | 69.35 | - |
| YUV | 116.75 | 185.71 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 219 | 0 | 0.89 | 0.13 | 0.01 | 308.84 | 0.97 | 0.55 |
| Hex | FC | 1C | DB | 0 | 59 | D | 1 | 135 | 61 | 37 |
| Octal | 374 | 34 | 333 | 0 | 131 | 15 | 1 | 465 | 141 | 67 |
| Binary | 11111100 | 11100 | 11011011 | 0 | 1011001 | 1101 | 1 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FC1CDB
Complementary color
Monochromatic Colors of #FC1CDB
Black with #FC1CDB
Text Example
Text Example
White with #FC1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1CDB; }
p { color: rgb(252,28,219); }
H1.HeaderClassName
{
color: #FC1CDB;
}
.AnyTagClassName
{
color: #FC1CDB;
}
</style>
background-color css
<style>
a { background-color: #FC1CDB; }
a { background-color: rgb(252,28,219); }
div.DivClassName
{
background-color: #FC1CDB;
}
.BgClassName
{
background-color: #FC1CDB;
}
</style>
border-color css
<style>
span { border-color: #FC1CDB; }
span { border-color: rgb(252,28,219); }
td.TdClassName
{
border-color: #FC1CDB;
}
.TagClassName
{
border-color: #FC1CDB;
}
</style>