Shades of Razzle Dazzle Rose #F231EC
Tints of Razzle Dazzle Rose #F231EC
RGB
CMYK
RGB Variations
Color information
#F231EC (or 0xF231EC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and EC. RGB value is (242,49,236). Sum of RGB (Red+Green+Blue) = 242+49+236=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 242 - color contains mainly: red. Hex color #F231EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F231EC is #0DCE13. Grayscale: #7F7F7F. Windows color (decimal): -904724 or 15479282. OLE color: 15479282.
HSL color Cylindrical-coordinate representation of color #F231EC: hue angle of 301.87º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231EC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 236 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.05 |
| HSL | 301.87º | 0.88% | 0.57% | - |
| HSV(B) | 301.87º | 0.8% | 0.95% | - |
| XYZ | 52.86 | 27.13 | 81.81 | - |
| YUV | 128.03 | 188.94 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 236 | 0 | 0.80 | 0.02 | 0.05 | 301.87 | 0.88 | 0.57 |
| Hex | F2 | 31 | EC | 0 | 50 | 2 | 5 | 12E | 58 | 39 |
| Octal | 362 | 61 | 354 | 0 | 120 | 2 | 5 | 456 | 130 | 71 |
| Binary | 11110010 | 110001 | 11101100 | 0 | 1010000 | 10 | 101 | 100101110 | 1011000 | 111001 |
Color Harmonies of #F231EC
Complementary color
Monochromatic Colors of #F231EC
Black with #F231EC
Text Example
Text Example
White with #F231EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231EC; }
p { color: rgb(242,49,236); }
H1.HeaderClassName
{
color: #F231EC;
}
.AnyTagClassName
{
color: #F231EC;
}
</style>
background-color css
<style>
a { background-color: #F231EC; }
a { background-color: rgb(242,49,236); }
div.DivClassName
{
background-color: #F231EC;
}
.BgClassName
{
background-color: #F231EC;
}
</style>
border-color css
<style>
span { border-color: #F231EC; }
span { border-color: rgb(242,49,236); }
td.TdClassName
{
border-color: #F231EC;
}
.TagClassName
{
border-color: #F231EC;
}
</style>