Shades of Razzle Dazzle Rose #FC1BDD
Tints of Razzle Dazzle Rose #FC1BDD
RGB
CMYK
RGB Variations
Color information
#FC1BDD (or 0xFC1BDD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 1B and DD. RGB value is (252,27,221). Sum of RGB (Red+Green+Blue) = 252+27+221=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 27 (10.94% from 255 or 5.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1BDD is #03E422. Grayscale: #737373. Windows color (decimal): -255011 or 14490620. OLE color: 14490620.
HSL color Cylindrical-coordinate representation of color #FC1BDD: hue angle of 308.27º 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 #FC1BDD is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.01 |
| HSL | 308.27º | 0.97% | 0.55% | - |
| HSV(B) | 308.27º | 0.89% | 0.99% | - |
| XYZ | 53.59 | 26.7 | 70.74 | - |
| YUV | 116.39 | 187.04 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 221 | 0 | 0.89 | 0.12 | 0.01 | 308.27 | 0.97 | 0.55 |
| Hex | FC | 1B | DD | 0 | 59 | C | 1 | 134 | 61 | 37 |
| Octal | 374 | 33 | 335 | 0 | 131 | 14 | 1 | 464 | 141 | 67 |
| Binary | 11111100 | 11011 | 11011101 | 0 | 1011001 | 1100 | 1 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FC1BDD
Complementary color
Monochromatic Colors of #FC1BDD
Black with #FC1BDD
Text Example
Text Example
White with #FC1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1BDD; }
p { color: rgb(252,27,221); }
H1.HeaderClassName
{
color: #FC1BDD;
}
.AnyTagClassName
{
color: #FC1BDD;
}
</style>
background-color css
<style>
a { background-color: #FC1BDD; }
a { background-color: rgb(252,27,221); }
div.DivClassName
{
background-color: #FC1BDD;
}
.BgClassName
{
background-color: #FC1BDD;
}
</style>
border-color css
<style>
span { border-color: #FC1BDD; }
span { border-color: rgb(252,27,221); }
td.TdClassName
{
border-color: #FC1BDD;
}
.TagClassName
{
border-color: #FC1BDD;
}
</style>