Shades of Razzle Dazzle Rose #FC3EDD
Tints of Razzle Dazzle Rose #FC3EDD
RGB
CMYK
RGB Variations
Color information
#FC3EDD (or 0xFC3EDD) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3E and DD. RGB value is (252,62,221). Sum of RGB (Red+Green+Blue) = 252+62+221=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 62 (24.61% from 255 or 11.59% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3EDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3EDD is #03C122. Grayscale: #888888. Windows color (decimal): -246051 or 14499580. OLE color: 14499580.
HSL color Cylindrical-coordinate representation of color #FC3EDD: hue angle of 309.79º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3EDD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 221 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.01 |
| HSL | 309.79º | 0.97% | 0.62% | - |
| HSV(B) | 309.79º | 0.75% | 0.99% | - |
| XYZ | 54.92 | 29.36 | 71.18 | - |
| YUV | 136.94 | 175.45 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 221 | 0 | 0.75 | 0.12 | 0.01 | 309.79 | 0.97 | 0.62 |
| Hex | FC | 3E | DD | 0 | 4B | C | 1 | 136 | 61 | 3E |
| Octal | 374 | 76 | 335 | 0 | 113 | 14 | 1 | 466 | 141 | 76 |
| Binary | 11111100 | 111110 | 11011101 | 0 | 1001011 | 1100 | 1 | 100110110 | 1100001 | 111110 |
Color Harmonies of #FC3EDD
Complementary color
Monochromatic Colors of #FC3EDD
Black with #FC3EDD
Text Example
Text Example
White with #FC3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3EDD; }
p { color: rgb(252,62,221); }
H1.HeaderClassName
{
color: #FC3EDD;
}
.AnyTagClassName
{
color: #FC3EDD;
}
</style>
background-color css
<style>
a { background-color: #FC3EDD; }
a { background-color: rgb(252,62,221); }
div.DivClassName
{
background-color: #FC3EDD;
}
.BgClassName
{
background-color: #FC3EDD;
}
</style>
border-color css
<style>
span { border-color: #FC3EDD; }
span { border-color: rgb(252,62,221); }
td.TdClassName
{
border-color: #FC3EDD;
}
.TagClassName
{
border-color: #FC3EDD;
}
</style>