Shades of Razzle Dazzle Rose #F730C6
Tints of Razzle Dazzle Rose #F730C6
RGB
CMYK
RGB Variations
Color information
#F730C6 (or 0xF730C6) is known color: Razzle Dazzle Rose. HEX triplet: F7, 30 and C6. RGB value is (247,48,198). Sum of RGB (Red+Green+Blue) = 247+48+198=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 48 (19.14% from 255 or 9.74% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F730C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F730C6 is #08CF39. Grayscale: #7C7C7C. Windows color (decimal): -577338 or 12988663. OLE color: 12988663.
HSL color Cylindrical-coordinate representation of color #F730C6: hue angle of 314.77º 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 #F730C6 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 198 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.03 |
| HSL | 314.77º | 0.93% | 0.58% | - |
| HSV(B) | 314.77º | 0.81% | 0.97% | - |
| XYZ | 49.61 | 25.97 | 55.82 | - |
| YUV | 124.6 | 169.43 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 198 | 0 | 0.81 | 0.20 | 0.03 | 314.77 | 0.93 | 0.58 |
| Hex | F7 | 30 | C6 | 0 | 51 | 14 | 3 | 13B | 5D | 3A |
| Octal | 367 | 60 | 306 | 0 | 121 | 24 | 3 | 473 | 135 | 72 |
| Binary | 11110111 | 110000 | 11000110 | 0 | 1010001 | 10100 | 11 | 100111011 | 1011101 | 111010 |
Color Harmonies of #F730C6
Complementary color
Monochromatic Colors of #F730C6
Black with #F730C6
Text Example
Text Example
White with #F730C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F730C6; }
p { color: rgb(247,48,198); }
H1.HeaderClassName
{
color: #F730C6;
}
.AnyTagClassName
{
color: #F730C6;
}
</style>
background-color css
<style>
a { background-color: #F730C6; }
a { background-color: rgb(247,48,198); }
div.DivClassName
{
background-color: #F730C6;
}
.BgClassName
{
background-color: #F730C6;
}
</style>
border-color css
<style>
span { border-color: #F730C6; }
span { border-color: rgb(247,48,198); }
td.TdClassName
{
border-color: #F730C6;
}
.TagClassName
{
border-color: #F730C6;
}
</style>