Shades of Razzle Dazzle Rose #F330EC
Tints of Razzle Dazzle Rose #F330EC
RGB
CMYK
RGB Variations
Color information
#F330EC (or 0xF330EC) is known color: Razzle Dazzle Rose. HEX triplet: F3, 30 and EC. RGB value is (243,48,236). Sum of RGB (Red+Green+Blue) = 243+48+236=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F330EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F330EC is #0CCF13. Grayscale: #7F7F7F. Windows color (decimal): -839444 or 15479027. OLE color: 15479027.
HSL color Cylindrical-coordinate representation of color #F330EC: hue angle of 302.15º degrees, saturation: 0.89, 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 #F330EC is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 48 | 236 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.05 |
| HSL | 302.15º | 0.89% | 0.57% | - |
| HSV(B) | 302.15º | 0.8% | 0.95% | - |
| XYZ | 53.16 | 27.22 | 81.81 | - |
| YUV | 127.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 48 | 236 | 0 | 0.80 | 0.03 | 0.05 | 302.15 | 0.89 | 0.57 |
| Hex | F3 | 30 | EC | 0 | 50 | 3 | 5 | 12E | 59 | 39 |
| Octal | 363 | 60 | 354 | 0 | 120 | 3 | 5 | 456 | 131 | 71 |
| Binary | 11110011 | 110000 | 11101100 | 0 | 1010000 | 11 | 101 | 100101110 | 1011001 | 111001 |
Color Harmonies of #F330EC
Complementary color
Monochromatic Colors of #F330EC
Black with #F330EC
Text Example
Text Example
White with #F330EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F330EC; }
p { color: rgb(243,48,236); }
H1.HeaderClassName
{
color: #F330EC;
}
.AnyTagClassName
{
color: #F330EC;
}
</style>
background-color css
<style>
a { background-color: #F330EC; }
a { background-color: rgb(243,48,236); }
div.DivClassName
{
background-color: #F330EC;
}
.BgClassName
{
background-color: #F330EC;
}
</style>
border-color css
<style>
span { border-color: #F330EC; }
span { border-color: rgb(243,48,236); }
td.TdClassName
{
border-color: #F330EC;
}
.TagClassName
{
border-color: #F330EC;
}
</style>