Shades of Razzle Dazzle Rose #FC40C7
Tints of Razzle Dazzle Rose #FC40C7
RGB
CMYK
RGB Variations
Color information
#FC40C7 (or 0xFC40C7) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and C7. RGB value is (252,64,199). Sum of RGB (Red+Green+Blue) = 252+64+199=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 199 (78.12% from 255 or 38.64% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40C7 is #03BF38. Grayscale: #878787. Windows color (decimal): -245561 or 13058300. OLE color: 13058300.
HSL color Cylindrical-coordinate representation of color #FC40C7: hue angle of 316.91º 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 #FC40C7 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 199 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.01 |
| HSL | 316.91º | 0.97% | 0.62% | - |
| HSV(B) | 316.91º | 0.75% | 0.99% | - |
| XYZ | 52.29 | 28.49 | 56.78 | - |
| YUV | 135.6 | 163.78 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 199 | 0 | 0.75 | 0.21 | 0.01 | 316.91 | 0.97 | 0.62 |
| Hex | FC | 40 | C7 | 0 | 4B | 15 | 1 | 13D | 61 | 3E |
| Octal | 374 | 100 | 307 | 0 | 113 | 25 | 1 | 475 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11000111 | 0 | 1001011 | 10101 | 1 | 100111101 | 1100001 | 111110 |
Color Harmonies of #FC40C7
Complementary color
Monochromatic Colors of #FC40C7
Black with #FC40C7
Text Example
Text Example
White with #FC40C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40C7; }
p { color: rgb(252,64,199); }
H1.HeaderClassName
{
color: #FC40C7;
}
.AnyTagClassName
{
color: #FC40C7;
}
</style>
background-color css
<style>
a { background-color: #FC40C7; }
a { background-color: rgb(252,64,199); }
div.DivClassName
{
background-color: #FC40C7;
}
.BgClassName
{
background-color: #FC40C7;
}
</style>
border-color css
<style>
span { border-color: #FC40C7; }
span { border-color: rgb(252,64,199); }
td.TdClassName
{
border-color: #FC40C7;
}
.TagClassName
{
border-color: #FC40C7;
}
</style>