Shades of Razzle Dazzle Rose #FC2CEF
Tints of Razzle Dazzle Rose #FC2CEF
RGB
CMYK
RGB Variations
Color information
#FC2CEF (or 0xFC2CEF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2C and EF. RGB value is (252,44,239). Sum of RGB (Red+Green+Blue) = 252+44+239=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 44 (17.58% from 255 or 8.22% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2CEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2CEF is #03D310. Grayscale: #7F7F7F. Windows color (decimal): -250641 or 15674620. OLE color: 15674620.
HSL color Cylindrical-coordinate representation of color #FC2CEF: hue angle of 303.75º 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 #FC2CEF is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 239 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.01 |
| HSL | 303.75º | 0.97% | 0.58% | - |
| HSV(B) | 303.75º | 0.83% | 0.99% | - |
| XYZ | 56.63 | 28.73 | 84.22 | - |
| YUV | 128.42 | 190.41 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 239 | 0 | 0.83 | 0.05 | 0.01 | 303.75 | 0.97 | 0.58 |
| Hex | FC | 2C | EF | 0 | 53 | 5 | 1 | 130 | 61 | 3A |
| Octal | 374 | 54 | 357 | 0 | 123 | 5 | 1 | 460 | 141 | 72 |
| Binary | 11111100 | 101100 | 11101111 | 0 | 1010011 | 101 | 1 | 100110000 | 1100001 | 111010 |
Color Harmonies of #FC2CEF
Complementary color
Monochromatic Colors of #FC2CEF
Black with #FC2CEF
Text Example
Text Example
White with #FC2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2CEF; }
p { color: rgb(252,44,239); }
H1.HeaderClassName
{
color: #FC2CEF;
}
.AnyTagClassName
{
color: #FC2CEF;
}
</style>
background-color css
<style>
a { background-color: #FC2CEF; }
a { background-color: rgb(252,44,239); }
div.DivClassName
{
background-color: #FC2CEF;
}
.BgClassName
{
background-color: #FC2CEF;
}
</style>
border-color css
<style>
span { border-color: #FC2CEF; }
span { border-color: rgb(252,44,239); }
td.TdClassName
{
border-color: #FC2CEF;
}
.TagClassName
{
border-color: #FC2CEF;
}
</style>