Shades of Razzle Dazzle Rose #FF40E7
Tints of Razzle Dazzle Rose #FF40E7
RGB
CMYK
RGB Variations
Color information
#FF40E7 (or 0xFF40E7) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and E7. RGB value is (255,64,231). Sum of RGB (Red+Green+Blue) = 255+64+231=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 64 (25.39% from 255 or 11.64% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF40E7 is #00BF18. Grayscale: #8B8B8B. Windows color (decimal): -48921 or 15155455. OLE color: 15155455.
HSL color Cylindrical-coordinate representation of color #FF40E7: hue angle of 307.54º 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 #FF40E7 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 231 | - |
| CMYK | 0 | 0.75 | 0.09 | 0 |
| HSL | 307.54º | 1% | 0.63% | - |
| HSV(B) | 307.54º | 0.75% | 1% | - |
| XYZ | 57.5 | 30.7 | 78.5 | - |
| YUV | 140.15 | 179.28 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 231 | 0 | 0.75 | 0.09 | 0 | 307.54 | 1 | 0.63 |
| Hex | FF | 40 | E7 | 0 | 4B | 9 | 0 | 134 | 64 | 3F |
| Octal | 377 | 100 | 347 | 0 | 113 | 11 | 0 | 464 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11100111 | 0 | 1001011 | 1001 | 0 | 100110100 | 1100100 | 111111 |
Color Harmonies of #FF40E7
Complementary color
Monochromatic Colors of #FF40E7
Black with #FF40E7
Text Example
Text Example
White with #FF40E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40E7; }
p { color: rgb(255,64,231); }
H1.HeaderClassName
{
color: #FF40E7;
}
.AnyTagClassName
{
color: #FF40E7;
}
</style>
background-color css
<style>
a { background-color: #FF40E7; }
a { background-color: rgb(255,64,231); }
div.DivClassName
{
background-color: #FF40E7;
}
.BgClassName
{
background-color: #FF40E7;
}
</style>
border-color css
<style>
span { border-color: #FF40E7; }
span { border-color: rgb(255,64,231); }
td.TdClassName
{
border-color: #FF40E7;
}
.TagClassName
{
border-color: #FF40E7;
}
</style>