Shades of Razzle Dazzle Rose #FC3CEA
Tints of Razzle Dazzle Rose #FC3CEA
RGB
CMYK
RGB Variations
Color information
#FC3CEA (or 0xFC3CEA) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3C and EA. RGB value is (252,60,234). Sum of RGB (Red+Green+Blue) = 252+60+234=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 60 (23.83% from 255 or 10.99% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3CEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC3CEA is #03C315. Grayscale: #888888. Windows color (decimal): -246550 or 15351036. OLE color: 15351036.
HSL color Cylindrical-coordinate representation of color #FC3CEA: hue angle of 305.62º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FC3CEA is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 234 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.01 |
| HSL | 305.63º | 0.97% | 0.61% | - |
| HSV(B) | 305.63º | 0.76% | 0.99% | - |
| XYZ | 56.61 | 29.87 | 80.62 | - |
| YUV | 137.24 | 182.61 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 234 | 0 | 0.76 | 0.07 | 0.01 | 305.63 | 0.97 | 0.61 |
| Hex | FC | 3C | EA | 0 | 4C | 7 | 1 | 132 | 61 | 3D |
| Octal | 374 | 74 | 352 | 0 | 114 | 7 | 1 | 462 | 141 | 75 |
| Binary | 11111100 | 111100 | 11101010 | 0 | 1001100 | 111 | 1 | 100110010 | 1100001 | 111101 |
Color Harmonies of #FC3CEA
Complementary color
Monochromatic Colors of #FC3CEA
Black with #FC3CEA
Text Example
Text Example
White with #FC3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3CEA; }
p { color: rgb(252,60,234); }
H1.HeaderClassName
{
color: #FC3CEA;
}
.AnyTagClassName
{
color: #FC3CEA;
}
</style>
background-color css
<style>
a { background-color: #FC3CEA; }
a { background-color: rgb(252,60,234); }
div.DivClassName
{
background-color: #FC3CEA;
}
.BgClassName
{
background-color: #FC3CEA;
}
</style>
border-color css
<style>
span { border-color: #FC3CEA; }
span { border-color: rgb(252,60,234); }
td.TdClassName
{
border-color: #FC3CEA;
}
.TagClassName
{
border-color: #FC3CEA;
}
</style>