Shades of Razzle Dazzle Rose #FC3ACF
Tints of Razzle Dazzle Rose #FC3ACF
RGB
CMYK
RGB Variations
Color information
#FC3ACF (or 0xFC3ACF) is known color: Razzle Dazzle Rose. HEX triplet: FC, 3A and CF. RGB value is (252,58,207). Sum of RGB (Red+Green+Blue) = 252+58+207=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC3ACF is #03C530. Grayscale: #848484. Windows color (decimal): -247089 or 13581052. OLE color: 13581052.
HSL color Cylindrical-coordinate representation of color #FC3ACF: hue angle of 313.92º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC3ACF is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 207 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.01 |
| HSL | 313.92º | 0.97% | 0.61% | - |
| HSV(B) | 313.92º | 0.77% | 0.99% | - |
| XYZ | 52.92 | 28.23 | 61.69 | - |
| YUV | 132.99 | 169.77 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 207 | 0 | 0.77 | 0.18 | 0.01 | 313.92 | 0.97 | 0.61 |
| Hex | FC | 3A | CF | 0 | 4D | 12 | 1 | 13A | 61 | 3D |
| Octal | 374 | 72 | 317 | 0 | 115 | 22 | 1 | 472 | 141 | 75 |
| Binary | 11111100 | 111010 | 11001111 | 0 | 1001101 | 10010 | 1 | 100111010 | 1100001 | 111101 |
Color Harmonies of #FC3ACF
Complementary color
Monochromatic Colors of #FC3ACF
Black with #FC3ACF
Text Example
Text Example
White with #FC3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3ACF; }
p { color: rgb(252,58,207); }
H1.HeaderClassName
{
color: #FC3ACF;
}
.AnyTagClassName
{
color: #FC3ACF;
}
</style>
background-color css
<style>
a { background-color: #FC3ACF; }
a { background-color: rgb(252,58,207); }
div.DivClassName
{
background-color: #FC3ACF;
}
.BgClassName
{
background-color: #FC3ACF;
}
</style>
border-color css
<style>
span { border-color: #FC3ACF; }
span { border-color: rgb(252,58,207); }
td.TdClassName
{
border-color: #FC3ACF;
}
.TagClassName
{
border-color: #FC3ACF;
}
</style>