Shades of Razzle Dazzle Rose #FC2CBA
Tints of Razzle Dazzle Rose #FC2CBA
RGB
CMYK
RGB Variations
Color information
#FC2CBA (or 0xFC2CBA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and BA. RGB value is (252,44,186). Sum of RGB (Red+Green+Blue) = 252+44+186=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 44 (17.58% from 255 or 9.13% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2CBA is #03D345. Grayscale: #7A7A7A. Windows color (decimal): -250694 or 12201212. OLE color: 12201212.
HSL color Cylindrical-coordinate representation of color #FC2CBA: hue angle of 319.04º 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 #FC2CBA is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 186 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.01 |
| HSL | 319.04º | 0.97% | 0.58% | - |
| HSV(B) | 319.04º | 0.83% | 0.99% | - |
| XYZ | 49.91 | 26.04 | 48.85 | - |
| YUV | 122.38 | 163.91 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 186 | 0 | 0.83 | 0.26 | 0.01 | 319.04 | 0.97 | 0.58 |
| Hex | FC | 2C | BA | 0 | 53 | 1A | 1 | 13F | 61 | 3A |
| Octal | 374 | 54 | 272 | 0 | 123 | 32 | 1 | 477 | 141 | 72 |
| Binary | 11111100 | 101100 | 10111010 | 0 | 1010011 | 11010 | 1 | 100111111 | 1100001 | 111010 |
Color Harmonies of #FC2CBA
Complementary color
Monochromatic Colors of #FC2CBA
Black with #FC2CBA
Text Example
Text Example
White with #FC2CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CBA; }
p { color: rgb(252,44,186); }
H1.HeaderClassName
{
color: #FC2CBA;
}
.AnyTagClassName
{
color: #FC2CBA;
}
</style>
background-color css
<style>
a { background-color: #FC2CBA; }
a { background-color: rgb(252,44,186); }
div.DivClassName
{
background-color: #FC2CBA;
}
.BgClassName
{
background-color: #FC2CBA;
}
</style>
border-color css
<style>
span { border-color: #FC2CBA; }
span { border-color: rgb(252,44,186); }
td.TdClassName
{
border-color: #FC2CBA;
}
.TagClassName
{
border-color: #FC2CBA;
}
</style>