Shades of Razzle Dazzle Rose #FC40C3
Tints of Razzle Dazzle Rose #FC40C3
RGB
CMYK
RGB Variations
Color information
#FC40C3 (or 0xFC40C3) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and C3. RGB value is (252,64,195). Sum of RGB (Red+Green+Blue) = 252+64+195=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 64 (25.39% from 255 or 12.52% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40C3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40C3 is #03BF3C. Grayscale: #868686. Windows color (decimal): -245565 or 12796156. OLE color: 12796156.
HSL color Cylindrical-coordinate representation of color #FC40C3: hue angle of 318.19º 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 #FC40C3 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 195 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.01 |
| HSL | 318.19º | 0.97% | 0.62% | - |
| HSV(B) | 318.19º | 0.75% | 0.99% | - |
| XYZ | 51.83 | 28.3 | 54.36 | - |
| YUV | 135.15 | 161.78 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 195 | 0 | 0.75 | 0.23 | 0.01 | 318.19 | 0.97 | 0.62 |
| Hex | FC | 40 | C3 | 0 | 4B | 17 | 1 | 13E | 61 | 3E |
| Octal | 374 | 100 | 303 | 0 | 113 | 27 | 1 | 476 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11000011 | 0 | 1001011 | 10111 | 1 | 100111110 | 1100001 | 111110 |
Color Harmonies of #FC40C3
Complementary color
Monochromatic Colors of #FC40C3
Black with #FC40C3
Text Example
Text Example
White with #FC40C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40C3; }
p { color: rgb(252,64,195); }
H1.HeaderClassName
{
color: #FC40C3;
}
.AnyTagClassName
{
color: #FC40C3;
}
</style>
background-color css
<style>
a { background-color: #FC40C3; }
a { background-color: rgb(252,64,195); }
div.DivClassName
{
background-color: #FC40C3;
}
.BgClassName
{
background-color: #FC40C3;
}
</style>
border-color css
<style>
span { border-color: #FC40C3; }
span { border-color: rgb(252,64,195); }
td.TdClassName
{
border-color: #FC40C3;
}
.TagClassName
{
border-color: #FC40C3;
}
</style>