Shades of Razzle Dazzle Rose #FC2EDF
Tints of Razzle Dazzle Rose #FC2EDF
RGB
CMYK
RGB Variations
Color information
#FC2EDF (or 0xFC2EDF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 2E and DF. RGB value is (252,46,223). Sum of RGB (Red+Green+Blue) = 252+46+223=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 46 (18.36% from 255 or 8.83% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC2EDF is #03D120. Grayscale: #7F7F7F. Windows color (decimal): -250145 or 14626556. OLE color: 14626556.
HSL color Cylindrical-coordinate representation of color #FC2EDF: hue angle of 308.45º 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 #FC2EDF is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 223 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.01 |
| HSL | 308.45º | 0.97% | 0.58% | - |
| HSV(B) | 308.45º | 0.82% | 0.99% | - |
| XYZ | 54.44 | 27.98 | 72.34 | - |
| YUV | 127.77 | 181.75 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 223 | 0 | 0.82 | 0.12 | 0.01 | 308.45 | 0.97 | 0.58 |
| Hex | FC | 2E | DF | 0 | 52 | C | 1 | 134 | 61 | 3A |
| Octal | 374 | 56 | 337 | 0 | 122 | 14 | 1 | 464 | 141 | 72 |
| Binary | 11111100 | 101110 | 11011111 | 0 | 1010010 | 1100 | 1 | 100110100 | 1100001 | 111010 |
Color Harmonies of #FC2EDF
Complementary color
Monochromatic Colors of #FC2EDF
Black with #FC2EDF
Text Example
Text Example
White with #FC2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2EDF; }
p { color: rgb(252,46,223); }
H1.HeaderClassName
{
color: #FC2EDF;
}
.AnyTagClassName
{
color: #FC2EDF;
}
</style>
background-color css
<style>
a { background-color: #FC2EDF; }
a { background-color: rgb(252,46,223); }
div.DivClassName
{
background-color: #FC2EDF;
}
.BgClassName
{
background-color: #FC2EDF;
}
</style>
border-color css
<style>
span { border-color: #FC2EDF; }
span { border-color: rgb(252,46,223); }
td.TdClassName
{
border-color: #FC2EDF;
}
.TagClassName
{
border-color: #FC2EDF;
}
</style>