Shades of Razzle Dazzle Rose #F327EC
Tints of Razzle Dazzle Rose #F327EC
RGB
CMYK
RGB Variations
Color information
#F327EC (or 0xF327EC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 27 and EC. RGB value is (243,39,236). Sum of RGB (Red+Green+Blue) = 243+39+236=518 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.91% from 518); Green value is 39 (15.62% from 255 or 7.53% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 243 - color contains mainly: red. Hex color #F327EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F327EC is #0CD813. Grayscale: #797979. Windows color (decimal): -841748 or 15476723. OLE color: 15476723.
HSL color Cylindrical-coordinate representation of color #F327EC: hue angle of 302.06º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F327EC is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 39 | 236 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.05 |
| HSL | 302.06º | 0.89% | 0.55% | - |
| HSV(B) | 302.06º | 0.84% | 0.95% | - |
| XYZ | 52.83 | 26.56 | 81.7 | - |
| YUV | 122.45 | 192.09 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 39 | 236 | 0 | 0.84 | 0.03 | 0.05 | 302.06 | 0.89 | 0.55 |
| Hex | F3 | 27 | EC | 0 | 54 | 3 | 5 | 12E | 59 | 37 |
| Octal | 363 | 47 | 354 | 0 | 124 | 3 | 5 | 456 | 131 | 67 |
| Binary | 11110011 | 100111 | 11101100 | 0 | 1010100 | 11 | 101 | 100101110 | 1011001 | 110111 |
Color Harmonies of #F327EC
Complementary color
Monochromatic Colors of #F327EC
Black with #F327EC
Text Example
Text Example
White with #F327EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F327EC; }
p { color: rgb(243,39,236); }
H1.HeaderClassName
{
color: #F327EC;
}
.AnyTagClassName
{
color: #F327EC;
}
</style>
background-color css
<style>
a { background-color: #F327EC; }
a { background-color: rgb(243,39,236); }
div.DivClassName
{
background-color: #F327EC;
}
.BgClassName
{
background-color: #F327EC;
}
</style>
border-color css
<style>
span { border-color: #F327EC; }
span { border-color: rgb(243,39,236); }
td.TdClassName
{
border-color: #F327EC;
}
.TagClassName
{
border-color: #F327EC;
}
</style>