Shades of Razzle Dazzle Rose #FF40ED
Tints of Razzle Dazzle Rose #FF40ED
RGB
CMYK
RGB Variations
Color information
#FF40ED (or 0xFF40ED) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and ED. RGB value is (255,64,237). Sum of RGB (Red+Green+Blue) = 255+64+237=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 64 (25.39% from 255 or 11.51% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF40ED is #00BF12. Grayscale: #8C8C8C. Windows color (decimal): -48915 or 15548671. OLE color: 15548671.
HSL color Cylindrical-coordinate representation of color #FF40ED: hue angle of 305.65º 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 #FF40ED is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 237 | - |
| CMYK | 0 | 0.75 | 0.07 | 0 |
| HSL | 305.65º | 1% | 0.63% | - |
| HSV(B) | 305.65º | 0.75% | 1% | - |
| XYZ | 58.36 | 31.04 | 83.04 | - |
| YUV | 140.83 | 182.28 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 237 | 0 | 0.75 | 0.07 | 0 | 305.65 | 1 | 0.63 |
| Hex | FF | 40 | ED | 0 | 4B | 7 | 0 | 132 | 64 | 3F |
| Octal | 377 | 100 | 355 | 0 | 113 | 7 | 0 | 462 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11101101 | 0 | 1001011 | 111 | 0 | 100110010 | 1100100 | 111111 |
Color Harmonies of #FF40ED
Complementary color
Monochromatic Colors of #FF40ED
Black with #FF40ED
Text Example
Text Example
White with #FF40ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40ED; }
p { color: rgb(255,64,237); }
H1.HeaderClassName
{
color: #FF40ED;
}
.AnyTagClassName
{
color: #FF40ED;
}
</style>
background-color css
<style>
a { background-color: #FF40ED; }
a { background-color: rgb(255,64,237); }
div.DivClassName
{
background-color: #FF40ED;
}
.BgClassName
{
background-color: #FF40ED;
}
</style>
border-color css
<style>
span { border-color: #FF40ED; }
span { border-color: rgb(255,64,237); }
td.TdClassName
{
border-color: #FF40ED;
}
.TagClassName
{
border-color: #FF40ED;
}
</style>