Shades of Razzle Dazzle Rose #FF42EC
Tints of Razzle Dazzle Rose #FF42EC
RGB
CMYK
RGB Variations
Color information
#FF42EC (or 0xFF42EC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 42 and EC. RGB value is (255,66,236). Sum of RGB (Red+Green+Blue) = 255+66+236=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 66 (26.17% from 255 or 11.85% from 557); Blue value is 236 (92.58% from 255 or 42.37% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FF42EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF42EC is #00BD13. Grayscale: #8D8D8D. Windows color (decimal): -48404 or 15483647. OLE color: 15483647.
HSL color Cylindrical-coordinate representation of color #FF42EC: hue angle of 306.03º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF42EC is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 236 | - |
| CMYK | 0 | 0.74 | 0.07 | 0 |
| HSL | 306.03º | 1% | 0.63% | - |
| HSV(B) | 306.03º | 0.74% | 1% | - |
| XYZ | 58.33 | 31.21 | 82.31 | - |
| YUV | 141.89 | 181.12 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 236 | 0 | 0.74 | 0.07 | 0 | 306.03 | 1 | 0.63 |
| Hex | FF | 42 | EC | 0 | 4A | 7 | 0 | 132 | 64 | 3F |
| Octal | 377 | 102 | 354 | 0 | 112 | 7 | 0 | 462 | 144 | 77 |
| Binary | 11111111 | 1000010 | 11101100 | 0 | 1001010 | 111 | 0 | 100110010 | 1100100 | 111111 |
Color Harmonies of #FF42EC
Complementary color
Monochromatic Colors of #FF42EC
Black with #FF42EC
Text Example
Text Example
White with #FF42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF42EC; }
p { color: rgb(255,66,236); }
H1.HeaderClassName
{
color: #FF42EC;
}
.AnyTagClassName
{
color: #FF42EC;
}
</style>
background-color css
<style>
a { background-color: #FF42EC; }
a { background-color: rgb(255,66,236); }
div.DivClassName
{
background-color: #FF42EC;
}
.BgClassName
{
background-color: #FF42EC;
}
</style>
border-color css
<style>
span { border-color: #FF42EC; }
span { border-color: rgb(255,66,236); }
td.TdClassName
{
border-color: #FF42EC;
}
.TagClassName
{
border-color: #FF42EC;
}
</style>