Shades of Razzle Dazzle Rose #F747C6
Tints of Razzle Dazzle Rose #F747C6
RGB
CMYK
RGB Variations
Color information
#F747C6 (or 0xF747C6) is known color: Razzle Dazzle Rose. HEX triplet: F7, 47 and C6. RGB value is (247,71,198). Sum of RGB (Red+Green+Blue) = 247+71+198=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 71 (28.12% from 255 or 13.76% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F747C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F747C6 is #08B839. Grayscale: #898989. Windows color (decimal): -571450 or 12994551. OLE color: 12994551.
HSL color Cylindrical-coordinate representation of color #F747C6: hue angle of 316.7º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F747C6 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 71 | 198 | - |
| CMYK | 0 | 0.71 | 0.20 | 0.03 |
| HSL | 316.7º | 0.92% | 0.62% | - |
| HSV(B) | 316.7º | 0.71% | 0.97% | - |
| XYZ | 50.8 | 28.36 | 56.22 | - |
| YUV | 138.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 71 | 198 | 0 | 0.71 | 0.20 | 0.03 | 316.7 | 0.92 | 0.62 |
| Hex | F7 | 47 | C6 | 0 | 47 | 14 | 3 | 13D | 5C | 3E |
| Octal | 367 | 107 | 306 | 0 | 107 | 24 | 3 | 475 | 134 | 76 |
| Binary | 11110111 | 1000111 | 11000110 | 0 | 1000111 | 10100 | 11 | 100111101 | 1011100 | 111110 |
Color Harmonies of #F747C6
Complementary color
Monochromatic Colors of #F747C6
Black with #F747C6
Text Example
Text Example
White with #F747C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F747C6; }
p { color: rgb(247,71,198); }
H1.HeaderClassName
{
color: #F747C6;
}
.AnyTagClassName
{
color: #F747C6;
}
</style>
background-color css
<style>
a { background-color: #F747C6; }
a { background-color: rgb(247,71,198); }
div.DivClassName
{
background-color: #F747C6;
}
.BgClassName
{
background-color: #F747C6;
}
</style>
border-color css
<style>
span { border-color: #F747C6; }
span { border-color: rgb(247,71,198); }
td.TdClassName
{
border-color: #F747C6;
}
.TagClassName
{
border-color: #F747C6;
}
</style>