Shades of Razzle Dazzle Rose #FE40C4
Tints of Razzle Dazzle Rose #FE40C4
RGB
CMYK
RGB Variations
Color information
#FE40C4 (or 0xFE40C4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and C4. RGB value is (254,64,196). Sum of RGB (Red+Green+Blue) = 254+64+196=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 64 (25.39% from 255 or 12.45% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40C4 is #01BF3B. Grayscale: #878787. Windows color (decimal): -114492 or 12861694. OLE color: 12861694.
HSL color Cylindrical-coordinate representation of color #FE40C4: hue angle of 318.32º 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 #FE40C4 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 196 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.00 |
| HSL | 318.32º | 0.99% | 0.62% | - |
| HSV(B) | 318.32º | 0.75% | 1% | - |
| XYZ | 52.67 | 28.72 | 54.99 | - |
| YUV | 135.86 | 161.95 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 196 | 0 | 0.75 | 0.23 | 0.00 | 318.32 | 0.99 | 0.62 |
| Hex | FE | 40 | C4 | 0 | 4B | 17 | 0 | 13E | 63 | 3E |
| Octal | 376 | 100 | 304 | 0 | 113 | 27 | 0 | 476 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11000100 | 0 | 1001011 | 10111 | 0 | 100111110 | 1100011 | 111110 |
Color Harmonies of #FE40C4
Complementary color
Monochromatic Colors of #FE40C4
Black with #FE40C4
Text Example
Text Example
White with #FE40C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40C4; }
p { color: rgb(254,64,196); }
H1.HeaderClassName
{
color: #FE40C4;
}
.AnyTagClassName
{
color: #FE40C4;
}
</style>
background-color css
<style>
a { background-color: #FE40C4; }
a { background-color: rgb(254,64,196); }
div.DivClassName
{
background-color: #FE40C4;
}
.BgClassName
{
background-color: #FE40C4;
}
</style>
border-color css
<style>
span { border-color: #FE40C4; }
span { border-color: rgb(254,64,196); }
td.TdClassName
{
border-color: #FE40C4;
}
.TagClassName
{
border-color: #FE40C4;
}
</style>