Shades of Razzle Dazzle Rose #F63AD6
Tints of Razzle Dazzle Rose #F63AD6
RGB
CMYK
RGB Variations
Color information
#F63AD6 (or 0xF63AD6) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and D6. RGB value is (246,58,214). Sum of RGB (Red+Green+Blue) = 246+58+214=518 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.49% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63AD6 is #09C529. Grayscale: #838383. Windows color (decimal): -640298 or 14039798. OLE color: 14039798.
HSL color Cylindrical-coordinate representation of color #F63AD6: hue angle of 310.21º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63AD6 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 214 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.04 |
| HSL | 310.21º | 0.91% | 0.6% | - |
| HSV(B) | 310.21º | 0.76% | 0.96% | - |
| XYZ | 51.66 | 27.47 | 66.2 | - |
| YUV | 132 | 174.28 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 214 | 0 | 0.76 | 0.13 | 0.04 | 310.21 | 0.91 | 0.6 |
| Hex | F6 | 3A | D6 | 0 | 4C | D | 4 | 136 | 5B | 3C |
| Octal | 366 | 72 | 326 | 0 | 114 | 15 | 4 | 466 | 133 | 74 |
| Binary | 11110110 | 111010 | 11010110 | 0 | 1001100 | 1101 | 100 | 100110110 | 1011011 | 111100 |
Color Harmonies of #F63AD6
Complementary color
Monochromatic Colors of #F63AD6
Black with #F63AD6
Text Example
Text Example
White with #F63AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AD6; }
p { color: rgb(246,58,214); }
H1.HeaderClassName
{
color: #F63AD6;
}
.AnyTagClassName
{
color: #F63AD6;
}
</style>
background-color css
<style>
a { background-color: #F63AD6; }
a { background-color: rgb(246,58,214); }
div.DivClassName
{
background-color: #F63AD6;
}
.BgClassName
{
background-color: #F63AD6;
}
</style>
border-color css
<style>
span { border-color: #F63AD6; }
span { border-color: rgb(246,58,214); }
td.TdClassName
{
border-color: #F63AD6;
}
.TagClassName
{
border-color: #F63AD6;
}
</style>