Shades of Razzle Dazzle Rose #F730EE
Tints of Razzle Dazzle Rose #F730EE
RGB
CMYK
RGB Variations
Color information
#F730EE (or 0xF730EE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and EE. RGB value is (247,48,238). Sum of RGB (Red+Green+Blue) = 247+48+238=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 48 (19.14% from 255 or 9.01% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F730EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F730EE is #08CF11. Grayscale: #808080. Windows color (decimal): -577298 or 15610103. OLE color: 15610103.
HSL color Cylindrical-coordinate representation of color #F730EE: hue angle of 302.71º 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 #F730EE is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 238 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.03 |
| HSL | 302.71º | 0.93% | 0.58% | - |
| HSV(B) | 302.71º | 0.81% | 0.97% | - |
| XYZ | 54.85 | 28.06 | 83.41 | - |
| YUV | 129.16 | 189.43 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 238 | 0 | 0.81 | 0.04 | 0.03 | 302.71 | 0.93 | 0.58 |
| Hex | F7 | 30 | EE | 0 | 51 | 4 | 3 | 12F | 5D | 3A |
| Octal | 367 | 60 | 356 | 0 | 121 | 4 | 3 | 457 | 135 | 72 |
| Binary | 11110111 | 110000 | 11101110 | 0 | 1010001 | 100 | 11 | 100101111 | 1011101 | 111010 |
Color Harmonies of #F730EE
Complementary color
Monochromatic Colors of #F730EE
Black with #F730EE
Text Example
Text Example
White with #F730EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730EE; }
p { color: rgb(247,48,238); }
H1.HeaderClassName
{
color: #F730EE;
}
.AnyTagClassName
{
color: #F730EE;
}
</style>
background-color css
<style>
a { background-color: #F730EE; }
a { background-color: rgb(247,48,238); }
div.DivClassName
{
background-color: #F730EE;
}
.BgClassName
{
background-color: #F730EE;
}
</style>
border-color css
<style>
span { border-color: #F730EE; }
span { border-color: rgb(247,48,238); }
td.TdClassName
{
border-color: #F730EE;
}
.TagClassName
{
border-color: #F730EE;
}
</style>