Shades of Razzle Dazzle Rose #F730EC
Tints of Razzle Dazzle Rose #F730EC
RGB
CMYK
RGB Variations
Color information
#F730EC (or 0xF730EC) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and EC. RGB value is (247,48,236). Sum of RGB (Red+Green+Blue) = 247+48+236=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 48 (19.14% from 255 or 9.04% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F730EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730EC is #08CF13. Grayscale: #808080. Windows color (decimal): -577300 or 15479031. OLE color: 15479031.
HSL color Cylindrical-coordinate representation of color #F730EC: hue angle of 303.32º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F730EC is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 236 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.03 |
| HSL | 303.32º | 0.93% | 0.58% | - |
| HSV(B) | 303.32º | 0.81% | 0.97% | - |
| XYZ | 54.56 | 27.94 | 81.88 | - |
| YUV | 128.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 236 | 0 | 0.81 | 0.04 | 0.03 | 303.32 | 0.93 | 0.58 |
| Hex | F7 | 30 | EC | 0 | 51 | 4 | 3 | 12F | 5D | 3A |
| Octal | 367 | 60 | 354 | 0 | 121 | 4 | 3 | 457 | 135 | 72 |
| Binary | 11110111 | 110000 | 11101100 | 0 | 1010001 | 100 | 11 | 100101111 | 1011101 | 111010 |
Color Harmonies of #F730EC
Complementary color
Monochromatic Colors of #F730EC
Black with #F730EC
Text Example
Text Example
White with #F730EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730EC; }
p { color: rgb(247,48,236); }
H1.HeaderClassName
{
color: #F730EC;
}
.AnyTagClassName
{
color: #F730EC;
}
</style>
background-color css
<style>
a { background-color: #F730EC; }
a { background-color: rgb(247,48,236); }
div.DivClassName
{
background-color: #F730EC;
}
.BgClassName
{
background-color: #F730EC;
}
</style>
border-color css
<style>
span { border-color: #F730EC; }
span { border-color: rgb(247,48,236); }
td.TdClassName
{
border-color: #F730EC;
}
.TagClassName
{
border-color: #F730EC;
}
</style>