Shades of Razzle Dazzle Rose #FE40C5
Tints of Razzle Dazzle Rose #FE40C5
RGB
CMYK
RGB Variations
Color information
#FE40C5 (or 0xFE40C5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and C5. RGB value is (254,64,197). Sum of RGB (Red+Green+Blue) = 254+64+197=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40C5 is #01BF3A. Grayscale: #878787. Windows color (decimal): -114491 or 12927230. OLE color: 12927230.
HSL color Cylindrical-coordinate representation of color #FE40C5: hue angle of 318º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE40C5 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 197 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.00 |
| HSL | 318º | 0.99% | 0.62% | - |
| HSV(B) | 318º | 0.75% | 1% | - |
| XYZ | 52.78 | 28.77 | 55.59 | - |
| YUV | 135.97 | 162.45 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 197 | 0 | 0.75 | 0.22 | 0.00 | 318 | 0.99 | 0.62 |
| Hex | FE | 40 | C5 | 0 | 4B | 16 | 0 | 13E | 63 | 3E |
| Octal | 376 | 100 | 305 | 0 | 113 | 26 | 0 | 476 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11000101 | 0 | 1001011 | 10110 | 0 | 100111110 | 1100011 | 111110 |
Color Harmonies of #FE40C5
Complementary color
Monochromatic Colors of #FE40C5
Black with #FE40C5
Text Example
Text Example
White with #FE40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40C5; }
p { color: rgb(254,64,197); }
H1.HeaderClassName
{
color: #FE40C5;
}
.AnyTagClassName
{
color: #FE40C5;
}
</style>
background-color css
<style>
a { background-color: #FE40C5; }
a { background-color: rgb(254,64,197); }
div.DivClassName
{
background-color: #FE40C5;
}
.BgClassName
{
background-color: #FE40C5;
}
</style>
border-color css
<style>
span { border-color: #FE40C5; }
span { border-color: rgb(254,64,197); }
td.TdClassName
{
border-color: #FE40C5;
}
.TagClassName
{
border-color: #FE40C5;
}
</style>