Shades of Razzle Dazzle Rose #FC40E5
Tints of Razzle Dazzle Rose #FC40E5
RGB
CMYK
RGB Variations
Color information
#FC40E5 (or 0xFC40E5) is known color: Razzle Dazzle Rose. HEX triplet: FC, 40 and E5. RGB value is (252,64,229). Sum of RGB (Red+Green+Blue) = 252+64+229=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 64 (25.39% from 255 or 11.74% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC40E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC40E5 is #03BF1A. Grayscale: #8A8A8A. Windows color (decimal): -245531 or 15024380. OLE color: 15024380.
HSL color Cylindrical-coordinate representation of color #FC40E5: hue angle of 307.34º 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 #FC40E5 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 229 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.01 |
| HSL | 307.34º | 0.97% | 0.62% | - |
| HSV(B) | 307.34º | 0.75% | 0.99% | - |
| XYZ | 56.12 | 30.02 | 76.97 | - |
| YUV | 139.02 | 178.78 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 229 | 0 | 0.75 | 0.09 | 0.01 | 307.34 | 0.97 | 0.62 |
| Hex | FC | 40 | E5 | 0 | 4B | 9 | 1 | 133 | 61 | 3E |
| Octal | 374 | 100 | 345 | 0 | 113 | 11 | 1 | 463 | 141 | 76 |
| Binary | 11111100 | 1000000 | 11100101 | 0 | 1001011 | 1001 | 1 | 100110011 | 1100001 | 111110 |
Color Harmonies of #FC40E5
Complementary color
Monochromatic Colors of #FC40E5
Black with #FC40E5
Text Example
Text Example
White with #FC40E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC40E5; }
p { color: rgb(252,64,229); }
H1.HeaderClassName
{
color: #FC40E5;
}
.AnyTagClassName
{
color: #FC40E5;
}
</style>
background-color css
<style>
a { background-color: #FC40E5; }
a { background-color: rgb(252,64,229); }
div.DivClassName
{
background-color: #FC40E5;
}
.BgClassName
{
background-color: #FC40E5;
}
</style>
border-color css
<style>
span { border-color: #FC40E5; }
span { border-color: rgb(252,64,229); }
td.TdClassName
{
border-color: #FC40E5;
}
.TagClassName
{
border-color: #FC40E5;
}
</style>