Shades of Razzle Dazzle Rose #F730EF
Tints of Razzle Dazzle Rose #F730EF
RGB
CMYK
RGB Variations
Color information
#F730EF (or 0xF730EF) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and EF. RGB value is (247,48,239). Sum of RGB (Red+Green+Blue) = 247+48+239=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 48 (19.14% from 255 or 8.99% from 534); Blue value is 239 (93.75% from 255 or 44.76% from 534); Max value from RGB is 247 - color contains mainly: red. Hex color #F730EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730EF is #08CF10. Grayscale: #808080. Windows color (decimal): -577297 or 15675639. OLE color: 15675639.
HSL color Cylindrical-coordinate representation of color #F730EF: hue angle of 302.41º 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 #F730EF is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 239 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.03 |
| HSL | 302.41º | 0.93% | 0.58% | - |
| HSV(B) | 302.41º | 0.81% | 0.97% | - |
| XYZ | 54.99 | 28.12 | 84.19 | - |
| YUV | 129.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 239 | 0 | 0.81 | 0.03 | 0.03 | 302.41 | 0.93 | 0.58 |
| Hex | F7 | 30 | EF | 0 | 51 | 3 | 3 | 12E | 5D | 3A |
| Octal | 367 | 60 | 357 | 0 | 121 | 3 | 3 | 456 | 135 | 72 |
| Binary | 11110111 | 110000 | 11101111 | 0 | 1010001 | 11 | 11 | 100101110 | 1011101 | 111010 |
Color Harmonies of #F730EF
Complementary color
Monochromatic Colors of #F730EF
Black with #F730EF
Text Example
Text Example
White with #F730EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730EF; }
p { color: rgb(247,48,239); }
H1.HeaderClassName
{
color: #F730EF;
}
.AnyTagClassName
{
color: #F730EF;
}
</style>
background-color css
<style>
a { background-color: #F730EF; }
a { background-color: rgb(247,48,239); }
div.DivClassName
{
background-color: #F730EF;
}
.BgClassName
{
background-color: #F730EF;
}
</style>
border-color css
<style>
span { border-color: #F730EF; }
span { border-color: rgb(247,48,239); }
td.TdClassName
{
border-color: #F730EF;
}
.TagClassName
{
border-color: #F730EF;
}
</style>