Shades of Razzle Dazzle Rose #FC1FDB
Tints of Razzle Dazzle Rose #FC1FDB
RGB
CMYK
RGB Variations
Color information
#FC1FDB (or 0xFC1FDB) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1F and DB. RGB value is (252,31,219). Sum of RGB (Red+Green+Blue) = 252+31+219=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 31 (12.5% from 255 or 6.18% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1FDB is #03E024. Grayscale: #757575. Windows color (decimal): -253989 or 14360572. OLE color: 14360572.
HSL color Cylindrical-coordinate representation of color #FC1FDB: hue angle of 308.96º 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 #FC1FDB is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 219 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.01 |
| HSL | 308.96º | 0.97% | 0.55% | - |
| HSV(B) | 308.96º | 0.88% | 0.99% | - |
| XYZ | 53.42 | 26.79 | 69.37 | - |
| YUV | 118.51 | 184.72 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 219 | 0 | 0.88 | 0.13 | 0.01 | 308.96 | 0.97 | 0.55 |
| Hex | FC | 1F | DB | 0 | 58 | D | 1 | 135 | 61 | 37 |
| Octal | 374 | 37 | 333 | 0 | 130 | 15 | 1 | 465 | 141 | 67 |
| Binary | 11111100 | 11111 | 11011011 | 0 | 1011000 | 1101 | 1 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FC1FDB
Complementary color
Monochromatic Colors of #FC1FDB
Black with #FC1FDB
Text Example
Text Example
White with #FC1FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1FDB; }
p { color: rgb(252,31,219); }
H1.HeaderClassName
{
color: #FC1FDB;
}
.AnyTagClassName
{
color: #FC1FDB;
}
</style>
background-color css
<style>
a { background-color: #FC1FDB; }
a { background-color: rgb(252,31,219); }
div.DivClassName
{
background-color: #FC1FDB;
}
.BgClassName
{
background-color: #FC1FDB;
}
</style>
border-color css
<style>
span { border-color: #FC1FDB; }
span { border-color: rgb(252,31,219); }
td.TdClassName
{
border-color: #FC1FDB;
}
.TagClassName
{
border-color: #FC1FDB;
}
</style>