Shades of Razzle Dazzle Rose #FF41EC
Tints of Razzle Dazzle Rose #FF41EC
RGB
CMYK
RGB Variations
Color information
#FF41EC (or 0xFF41EC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 41 and EC. RGB value is (255,65,236). Sum of RGB (Red+Green+Blue) = 255+65+236=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 65 (25.78% from 255 or 11.69% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF41EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF41EC is #00BE13. Grayscale: #8C8C8C. Windows color (decimal): -48660 or 15483391. OLE color: 15483391.
HSL color Cylindrical-coordinate representation of color #FF41EC: hue angle of 306º 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 #FF41EC is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 236 | - |
| CMYK | 0 | 0.75 | 0.07 | 0 |
| HSL | 306º | 1% | 0.63% | - |
| HSV(B) | 306º | 0.75% | 1% | - |
| XYZ | 58.27 | 31.1 | 82.29 | - |
| YUV | 141.3 | 181.45 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 236 | 0 | 0.75 | 0.07 | 0 | 306 | 1 | 0.63 |
| Hex | FF | 41 | EC | 0 | 4B | 7 | 0 | 132 | 64 | 3F |
| Octal | 377 | 101 | 354 | 0 | 113 | 7 | 0 | 462 | 144 | 77 |
| Binary | 11111111 | 1000001 | 11101100 | 0 | 1001011 | 111 | 0 | 100110010 | 1100100 | 111111 |
Color Harmonies of #FF41EC
Complementary color
Monochromatic Colors of #FF41EC
Black with #FF41EC
Text Example
Text Example
White with #FF41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF41EC; }
p { color: rgb(255,65,236); }
H1.HeaderClassName
{
color: #FF41EC;
}
.AnyTagClassName
{
color: #FF41EC;
}
</style>
background-color css
<style>
a { background-color: #FF41EC; }
a { background-color: rgb(255,65,236); }
div.DivClassName
{
background-color: #FF41EC;
}
.BgClassName
{
background-color: #FF41EC;
}
</style>
border-color css
<style>
span { border-color: #FF41EC; }
span { border-color: rgb(255,65,236); }
td.TdClassName
{
border-color: #FF41EC;
}
.TagClassName
{
border-color: #FF41EC;
}
</style>