Shades of Razzle Dazzle Rose #FC2EBA
Tints of Razzle Dazzle Rose #FC2EBA
RGB
CMYK
RGB Variations
Color information
#FC2EBA (or 0xFC2EBA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and BA. RGB value is (252,46,186). Sum of RGB (Red+Green+Blue) = 252+46+186=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2EBA is #03D145. Grayscale: #7B7B7B. Windows color (decimal): -250182 or 12201724. OLE color: 12201724.
HSL color Cylindrical-coordinate representation of color #FC2EBA: hue angle of 319.22º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2EBA is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 186 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.01 |
| HSL | 319.22º | 0.97% | 0.58% | - |
| HSV(B) | 319.22º | 0.82% | 0.99% | - |
| XYZ | 49.98 | 26.19 | 48.88 | - |
| YUV | 123.55 | 163.25 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 186 | 0 | 0.82 | 0.26 | 0.01 | 319.22 | 0.97 | 0.58 |
| Hex | FC | 2E | BA | 0 | 52 | 1A | 1 | 13F | 61 | 3A |
| Octal | 374 | 56 | 272 | 0 | 122 | 32 | 1 | 477 | 141 | 72 |
| Binary | 11111100 | 101110 | 10111010 | 0 | 1010010 | 11010 | 1 | 100111111 | 1100001 | 111010 |
Color Harmonies of #FC2EBA
Complementary color
Monochromatic Colors of #FC2EBA
Black with #FC2EBA
Text Example
Text Example
White with #FC2EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2EBA; }
p { color: rgb(252,46,186); }
H1.HeaderClassName
{
color: #FC2EBA;
}
.AnyTagClassName
{
color: #FC2EBA;
}
</style>
background-color css
<style>
a { background-color: #FC2EBA; }
a { background-color: rgb(252,46,186); }
div.DivClassName
{
background-color: #FC2EBA;
}
.BgClassName
{
background-color: #FC2EBA;
}
</style>
border-color css
<style>
span { border-color: #FC2EBA; }
span { border-color: rgb(252,46,186); }
td.TdClassName
{
border-color: #FC2EBA;
}
.TagClassName
{
border-color: #FC2EBA;
}
</style>