Shades of Razzle Dazzle Rose #F730C0
Tints of Razzle Dazzle Rose #F730C0
RGB
CMYK
RGB Variations
Color information
#F730C0 (or 0xF730C0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and C0. RGB value is (247,48,192). Sum of RGB (Red+Green+Blue) = 247+48+192=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F730C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730C0 is #08CF3F. Grayscale: #7B7B7B. Windows color (decimal): -577344 or 12595447. OLE color: 12595447.
HSL color Cylindrical-coordinate representation of color #F730C0: hue angle of 316.58º 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 #F730C0 is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 192 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.03 |
| HSL | 316.58º | 0.93% | 0.58% | - |
| HSV(B) | 316.58º | 0.81% | 0.97% | - |
| XYZ | 48.93 | 25.69 | 52.25 | - |
| YUV | 123.92 | 166.43 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 192 | 0 | 0.81 | 0.22 | 0.03 | 316.58 | 0.93 | 0.58 |
| Hex | F7 | 30 | C0 | 0 | 51 | 16 | 3 | 13D | 5D | 3A |
| Octal | 367 | 60 | 300 | 0 | 121 | 26 | 3 | 475 | 135 | 72 |
| Binary | 11110111 | 110000 | 11000000 | 0 | 1010001 | 10110 | 11 | 100111101 | 1011101 | 111010 |
Color Harmonies of #F730C0
Complementary color
Monochromatic Colors of #F730C0
Black with #F730C0
Text Example
Text Example
White with #F730C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730C0; }
p { color: rgb(247,48,192); }
H1.HeaderClassName
{
color: #F730C0;
}
.AnyTagClassName
{
color: #F730C0;
}
</style>
background-color css
<style>
a { background-color: #F730C0; }
a { background-color: rgb(247,48,192); }
div.DivClassName
{
background-color: #F730C0;
}
.BgClassName
{
background-color: #F730C0;
}
</style>
border-color css
<style>
span { border-color: #F730C0; }
span { border-color: rgb(247,48,192); }
td.TdClassName
{
border-color: #F730C0;
}
.TagClassName
{
border-color: #F730C0;
}
</style>