Shades of Razzle Dazzle Rose #FC1DDD
Tints of Razzle Dazzle Rose #FC1DDD
RGB
CMYK
RGB Variations
Color information
#FC1DDD (or 0xFC1DDD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1D and DD. RGB value is (252,29,221). Sum of RGB (Red+Green+Blue) = 252+29+221=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 29 (11.72% from 255 or 5.78% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1DDD is #03E222. Grayscale: #757575. Windows color (decimal): -254499 or 14491132. OLE color: 14491132.
HSL color Cylindrical-coordinate representation of color #FC1DDD: hue angle of 308.34º 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 #FC1DDD is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 221 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.01 |
| HSL | 308.34º | 0.97% | 0.55% | - |
| HSV(B) | 308.34º | 0.88% | 0.99% | - |
| XYZ | 53.64 | 26.79 | 70.75 | - |
| YUV | 117.57 | 186.38 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 221 | 0 | 0.88 | 0.12 | 0.01 | 308.34 | 0.97 | 0.55 |
| Hex | FC | 1D | DD | 0 | 58 | C | 1 | 134 | 61 | 37 |
| Octal | 374 | 35 | 335 | 0 | 130 | 14 | 1 | 464 | 141 | 67 |
| Binary | 11111100 | 11101 | 11011101 | 0 | 1011000 | 1100 | 1 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FC1DDD
Complementary color
Monochromatic Colors of #FC1DDD
Black with #FC1DDD
Text Example
Text Example
White with #FC1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1DDD; }
p { color: rgb(252,29,221); }
H1.HeaderClassName
{
color: #FC1DDD;
}
.AnyTagClassName
{
color: #FC1DDD;
}
</style>
background-color css
<style>
a { background-color: #FC1DDD; }
a { background-color: rgb(252,29,221); }
div.DivClassName
{
background-color: #FC1DDD;
}
.BgClassName
{
background-color: #FC1DDD;
}
</style>
border-color css
<style>
span { border-color: #FC1DDD; }
span { border-color: rgb(252,29,221); }
td.TdClassName
{
border-color: #FC1DDD;
}
.TagClassName
{
border-color: #FC1DDD;
}
</style>