Shades of Razzle Dazzle Rose #FF40EB
Tints of Razzle Dazzle Rose #FF40EB
RGB
CMYK
RGB Variations
Color information
#FF40EB (or 0xFF40EB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and EB. RGB value is (255,64,235). Sum of RGB (Red+Green+Blue) = 255+64+235=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 64 (25.39% from 255 or 11.55% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF40EB is #00BF14. Grayscale: #8C8C8C. Windows color (decimal): -48917 or 15417599. OLE color: 15417599.
HSL color Cylindrical-coordinate representation of color #FF40EB: hue angle of 306.28º 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 #FF40EB is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 235 | - |
| CMYK | 0 | 0.75 | 0.08 | 0 |
| HSL | 306.28º | 1% | 0.63% | - |
| HSV(B) | 306.28º | 0.75% | 1% | - |
| XYZ | 58.07 | 30.92 | 81.51 | - |
| YUV | 140.6 | 181.28 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 235 | 0 | 0.75 | 0.08 | 0 | 306.28 | 1 | 0.63 |
| Hex | FF | 40 | EB | 0 | 4B | 8 | 0 | 132 | 64 | 3F |
| Octal | 377 | 100 | 353 | 0 | 113 | 10 | 0 | 462 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11101011 | 0 | 1001011 | 1000 | 0 | 100110010 | 1100100 | 111111 |
Color Harmonies of #FF40EB
Complementary color
Monochromatic Colors of #FF40EB
Black with #FF40EB
Text Example
Text Example
White with #FF40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40EB; }
p { color: rgb(255,64,235); }
H1.HeaderClassName
{
color: #FF40EB;
}
.AnyTagClassName
{
color: #FF40EB;
}
</style>
background-color css
<style>
a { background-color: #FF40EB; }
a { background-color: rgb(255,64,235); }
div.DivClassName
{
background-color: #FF40EB;
}
.BgClassName
{
background-color: #FF40EB;
}
</style>
border-color css
<style>
span { border-color: #FF40EB; }
span { border-color: rgb(255,64,235); }
td.TdClassName
{
border-color: #FF40EB;
}
.TagClassName
{
border-color: #FF40EB;
}
</style>