Shades of Razzle Dazzle Rose #FC40C1
Tints of Razzle Dazzle Rose #FC40C1
RGB
CMYK
RGB Variations
Color information
#FC40C1 (or 0xFC40C1) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and C1. RGB value is (252,64,193). Sum of RGB (Red+Green+Blue) = 252+64+193=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 64 (25.39% from 255 or 12.57% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40C1 is #03BF3E. Grayscale: #868686. Windows color (decimal): -245567 or 12665084. OLE color: 12665084.
HSL color Cylindrical-coordinate representation of color #FC40C1: hue angle of 318.83º 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 #FC40C1 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 193 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.01 |
| HSL | 318.83º | 0.97% | 0.62% | - |
| HSV(B) | 318.83º | 0.75% | 0.99% | - |
| XYZ | 51.6 | 28.21 | 53.18 | - |
| YUV | 134.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 193 | 0 | 0.75 | 0.23 | 0.01 | 318.83 | 0.97 | 0.62 |
| Hex | FC | 40 | C1 | 0 | 4B | 17 | 1 | 13F | 61 | 3E |
| Octal | 374 | 100 | 301 | 0 | 113 | 27 | 1 | 477 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11000001 | 0 | 1001011 | 10111 | 1 | 100111111 | 1100001 | 111110 |
Color Harmonies of #FC40C1
Complementary color
Monochromatic Colors of #FC40C1
Black with #FC40C1
Text Example
Text Example
White with #FC40C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40C1; }
p { color: rgb(252,64,193); }
H1.HeaderClassName
{
color: #FC40C1;
}
.AnyTagClassName
{
color: #FC40C1;
}
</style>
background-color css
<style>
a { background-color: #FC40C1; }
a { background-color: rgb(252,64,193); }
div.DivClassName
{
background-color: #FC40C1;
}
.BgClassName
{
background-color: #FC40C1;
}
</style>
border-color css
<style>
span { border-color: #FC40C1; }
span { border-color: rgb(252,64,193); }
td.TdClassName
{
border-color: #FC40C1;
}
.TagClassName
{
border-color: #FC40C1;
}
</style>