Shades of Razzle Dazzle Rose #FC1EDB
Tints of Razzle Dazzle Rose #FC1EDB
RGB
CMYK
RGB Variations
Color information
#FC1EDB (or 0xFC1EDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1E and DB. RGB value is (252,30,219). Sum of RGB (Red+Green+Blue) = 252+30+219=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 30 (12.11% from 255 or 5.99% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1EDB is #03E124. Grayscale: #757575. Windows color (decimal): -254245 or 14360316. OLE color: 14360316.
HSL color Cylindrical-coordinate representation of color #FC1EDB: hue angle of 308.92º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1EDB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 219 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.01 |
| HSL | 308.92º | 0.97% | 0.55% | - |
| HSV(B) | 308.92º | 0.88% | 0.99% | - |
| XYZ | 53.4 | 26.74 | 69.36 | - |
| YUV | 117.92 | 185.05 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 219 | 0 | 0.88 | 0.13 | 0.01 | 308.92 | 0.97 | 0.55 |
| Hex | FC | 1E | DB | 0 | 58 | D | 1 | 135 | 61 | 37 |
| Octal | 374 | 36 | 333 | 0 | 130 | 15 | 1 | 465 | 141 | 67 |
| Binary | 11111100 | 11110 | 11011011 | 0 | 1011000 | 1101 | 1 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FC1EDB
Complementary color
Monochromatic Colors of #FC1EDB
Black with #FC1EDB
Text Example
Text Example
White with #FC1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1EDB; }
p { color: rgb(252,30,219); }
H1.HeaderClassName
{
color: #FC1EDB;
}
.AnyTagClassName
{
color: #FC1EDB;
}
</style>
background-color css
<style>
a { background-color: #FC1EDB; }
a { background-color: rgb(252,30,219); }
div.DivClassName
{
background-color: #FC1EDB;
}
.BgClassName
{
background-color: #FC1EDB;
}
</style>
border-color css
<style>
span { border-color: #FC1EDB; }
span { border-color: rgb(252,30,219); }
td.TdClassName
{
border-color: #FC1EDB;
}
.TagClassName
{
border-color: #FC1EDB;
}
</style>