Shades of Razzle Dazzle Rose #FF40D9
Tints of Razzle Dazzle Rose #FF40D9
RGB
CMYK
RGB Variations
Color information
#FF40D9 (or 0xFF40D9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and D9. RGB value is (255,64,217). Sum of RGB (Red+Green+Blue) = 255+64+217=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40D9 is #00BF26. Grayscale: #8A8A8A. Windows color (decimal): -48935 or 14237951. OLE color: 14237951.
HSL color Cylindrical-coordinate representation of color #FF40D9: hue angle of 311.94º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40D9 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 217 | - |
| CMYK | 0 | 0.75 | 0.15 | 0 |
| HSL | 311.94º | 1% | 0.63% | - |
| HSV(B) | 311.94º | 0.75% | 1% | - |
| XYZ | 55.6 | 29.94 | 68.49 | - |
| YUV | 138.55 | 172.28 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 217 | 0 | 0.75 | 0.15 | 0 | 311.94 | 1 | 0.63 |
| Hex | FF | 40 | D9 | 0 | 4B | F | 0 | 138 | 64 | 3F |
| Octal | 377 | 100 | 331 | 0 | 113 | 17 | 0 | 470 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11011001 | 0 | 1001011 | 1111 | 0 | 100111000 | 1100100 | 111111 |
Color Harmonies of #FF40D9
Complementary color
Monochromatic Colors of #FF40D9
Black with #FF40D9
Text Example
Text Example
White with #FF40D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40D9; }
p { color: rgb(255,64,217); }
H1.HeaderClassName
{
color: #FF40D9;
}
.AnyTagClassName
{
color: #FF40D9;
}
</style>
background-color css
<style>
a { background-color: #FF40D9; }
a { background-color: rgb(255,64,217); }
div.DivClassName
{
background-color: #FF40D9;
}
.BgClassName
{
background-color: #FF40D9;
}
</style>
border-color css
<style>
span { border-color: #FF40D9; }
span { border-color: rgb(255,64,217); }
td.TdClassName
{
border-color: #FF40D9;
}
.TagClassName
{
border-color: #FF40D9;
}
</style>