Shades of Razzle Dazzle Rose #FE40D5
Tints of Razzle Dazzle Rose #FE40D5
RGB
CMYK
RGB Variations
Color information
#FE40D5 (or 0xFE40D5) is known color: Razzle Dazzle Rose. HEX triplet: FE, 40 and D5. RGB value is (254,64,213). Sum of RGB (Red+Green+Blue) = 254+64+213=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 64 (25.39% from 255 or 12.05% from 531); Blue value is 213 (83.59% from 255 or 40.11% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE40D5 is #01BF2A. Grayscale: #898989. Windows color (decimal): -114475 or 13975806. OLE color: 13975806.
HSL color Cylindrical-coordinate representation of color #FE40D5: hue angle of 312.95º 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 #FE40D5 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 213 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.00 |
| HSL | 312.95º | 0.99% | 0.62% | - |
| HSV(B) | 312.95º | 0.75% | 1% | - |
| XYZ | 54.72 | 29.54 | 65.77 | - |
| YUV | 137.8 | 170.45 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 213 | 0 | 0.75 | 0.16 | 0.00 | 312.95 | 0.99 | 0.62 |
| Hex | FE | 40 | D5 | 0 | 4B | 10 | 0 | 139 | 63 | 3E |
| Octal | 376 | 100 | 325 | 0 | 113 | 20 | 0 | 471 | 143 | 76 |
| Binary | 11111110 | 1000000 | 11010101 | 0 | 1001011 | 10000 | 0 | 100111001 | 1100011 | 111110 |
Color Harmonies of #FE40D5
Complementary color
Monochromatic Colors of #FE40D5
Black with #FE40D5
Text Example
Text Example
White with #FE40D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE40D5; }
p { color: rgb(254,64,213); }
H1.HeaderClassName
{
color: #FE40D5;
}
.AnyTagClassName
{
color: #FE40D5;
}
</style>
background-color css
<style>
a { background-color: #FE40D5; }
a { background-color: rgb(254,64,213); }
div.DivClassName
{
background-color: #FE40D5;
}
.BgClassName
{
background-color: #FE40D5;
}
</style>
border-color css
<style>
span { border-color: #FE40D5; }
span { border-color: rgb(254,64,213); }
td.TdClassName
{
border-color: #FE40D5;
}
.TagClassName
{
border-color: #FE40D5;
}
</style>