Shades of Razzle Dazzle Rose #FC2BDF
Tints of Razzle Dazzle Rose #FC2BDF
RGB
CMYK
RGB Variations
Color information
#FC2BDF (or 0xFC2BDF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2B and DF. RGB value is (252,43,223). Sum of RGB (Red+Green+Blue) = 252+43+223=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 43 (17.19% from 255 or 8.30% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2BDF is #03D420. Grayscale: #7D7D7D. Windows color (decimal): -250913 or 14625788. OLE color: 14625788.
HSL color Cylindrical-coordinate representation of color #FC2BDF: hue angle of 308.33º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2BDF is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 223 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.01 |
| HSL | 308.33º | 0.97% | 0.58% | - |
| HSV(B) | 308.33º | 0.83% | 0.99% | - |
| XYZ | 54.33 | 27.75 | 72.31 | - |
| YUV | 126.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 223 | 0 | 0.83 | 0.12 | 0.01 | 308.33 | 0.97 | 0.58 |
| Hex | FC | 2B | DF | 0 | 53 | C | 1 | 134 | 61 | 3A |
| Octal | 374 | 53 | 337 | 0 | 123 | 14 | 1 | 464 | 141 | 72 |
| Binary | 11111100 | 101011 | 11011111 | 0 | 1010011 | 1100 | 1 | 100110100 | 1100001 | 111010 |
Color Harmonies of #FC2BDF
Complementary color
Monochromatic Colors of #FC2BDF
Black with #FC2BDF
Text Example
Text Example
White with #FC2BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2BDF; }
p { color: rgb(252,43,223); }
H1.HeaderClassName
{
color: #FC2BDF;
}
.AnyTagClassName
{
color: #FC2BDF;
}
</style>
background-color css
<style>
a { background-color: #FC2BDF; }
a { background-color: rgb(252,43,223); }
div.DivClassName
{
background-color: #FC2BDF;
}
.BgClassName
{
background-color: #FC2BDF;
}
</style>
border-color css
<style>
span { border-color: #FC2BDF; }
span { border-color: rgb(252,43,223); }
td.TdClassName
{
border-color: #FC2BDF;
}
.TagClassName
{
border-color: #FC2BDF;
}
</style>