Shades of Razzle Dazzle Rose #FC2BCE
Tints of Razzle Dazzle Rose #FC2BCE
RGB
CMYK
RGB Variations
Color information
#FC2BCE (or 0xFC2BCE) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2B and CE. RGB value is (252,43,206). Sum of RGB (Red+Green+Blue) = 252+43+206=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 43 (17.19% from 255 or 8.58% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2BCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2BCE is #03D431. Grayscale: #7B7B7B. Windows color (decimal): -250930 or 13511676. OLE color: 13511676.
HSL color Cylindrical-coordinate representation of color #FC2BCE: hue angle of 313.21º 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 #FC2BCE is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 206 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.01 |
| HSL | 313.21º | 0.97% | 0.58% | - |
| HSV(B) | 313.21º | 0.83% | 0.99% | - |
| XYZ | 52.15 | 26.88 | 60.83 | - |
| YUV | 124.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 206 | 0 | 0.83 | 0.18 | 0.01 | 313.21 | 0.97 | 0.58 |
| Hex | FC | 2B | CE | 0 | 53 | 12 | 1 | 139 | 61 | 3A |
| Octal | 374 | 53 | 316 | 0 | 123 | 22 | 1 | 471 | 141 | 72 |
| Binary | 11111100 | 101011 | 11001110 | 0 | 1010011 | 10010 | 1 | 100111001 | 1100001 | 111010 |
Color Harmonies of #FC2BCE
Complementary color
Monochromatic Colors of #FC2BCE
Black with #FC2BCE
Text Example
Text Example
White with #FC2BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2BCE; }
p { color: rgb(252,43,206); }
H1.HeaderClassName
{
color: #FC2BCE;
}
.AnyTagClassName
{
color: #FC2BCE;
}
</style>
background-color css
<style>
a { background-color: #FC2BCE; }
a { background-color: rgb(252,43,206); }
div.DivClassName
{
background-color: #FC2BCE;
}
.BgClassName
{
background-color: #FC2BCE;
}
</style>
border-color css
<style>
span { border-color: #FC2BCE; }
span { border-color: rgb(252,43,206); }
td.TdClassName
{
border-color: #FC2BCE;
}
.TagClassName
{
border-color: #FC2BCE;
}
</style>