Shades of Razzle Dazzle Rose #F64FC6
Tints of Razzle Dazzle Rose #F64FC6
RGB
CMYK
RGB Variations
Color information
#F64FC6 (or 0xF64FC6) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4F and C6. RGB value is (246,79,198). Sum of RGB (Red+Green+Blue) = 246+79+198=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 79 (31.25% from 255 or 15.11% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F64FC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64FC6 is #09B039. Grayscale: #8E8E8E. Windows color (decimal): -634938 or 12996598. OLE color: 12996598.
HSL color Cylindrical-coordinate representation of color #F64FC6: hue angle of 317.25º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F64FC6 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 79 | 198 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.04 |
| HSL | 317.25º | 0.9% | 0.64% | - |
| HSV(B) | 317.25º | 0.68% | 0.96% | - |
| XYZ | 51 | 29.26 | 56.39 | - |
| YUV | 142.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 79 | 198 | 0 | 0.68 | 0.20 | 0.04 | 317.25 | 0.9 | 0.64 |
| Hex | F6 | 4F | C6 | 0 | 44 | 14 | 4 | 13D | 5A | 40 |
| Octal | 366 | 117 | 306 | 0 | 104 | 24 | 4 | 475 | 132 | 100 |
| Binary | 11110110 | 1001111 | 11000110 | 0 | 1000100 | 10100 | 100 | 100111101 | 1011010 | 1000000 |
Color Harmonies of #F64FC6
Complementary color
Monochromatic Colors of #F64FC6
Black with #F64FC6
Text Example
Text Example
White with #F64FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64FC6; }
p { color: rgb(246,79,198); }
H1.HeaderClassName
{
color: #F64FC6;
}
.AnyTagClassName
{
color: #F64FC6;
}
</style>
background-color css
<style>
a { background-color: #F64FC6; }
a { background-color: rgb(246,79,198); }
div.DivClassName
{
background-color: #F64FC6;
}
.BgClassName
{
background-color: #F64FC6;
}
</style>
border-color css
<style>
span { border-color: #F64FC6; }
span { border-color: rgb(246,79,198); }
td.TdClassName
{
border-color: #F64FC6;
}
.TagClassName
{
border-color: #F64FC6;
}
</style>