Shades of Razzle Dazzle Rose #F63AD8
Tints of Razzle Dazzle Rose #F63AD8
RGB
CMYK
RGB Variations
Color information
#F63AD8 (or 0xF63AD8) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and D8. RGB value is (246,58,216). Sum of RGB (Red+Green+Blue) = 246+58+216=520 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.31% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AD8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63AD8 is #09C527. Grayscale: #838383. Windows color (decimal): -640296 or 14170870. OLE color: 14170870.
HSL color Cylindrical-coordinate representation of color #F63AD8: hue angle of 309.57º 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 #F63AD8 is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 216 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.04 |
| HSL | 309.57º | 0.91% | 0.6% | - |
| HSV(B) | 309.57º | 0.76% | 0.96% | - |
| XYZ | 51.91 | 27.58 | 67.55 | - |
| YUV | 132.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 216 | 0 | 0.76 | 0.12 | 0.04 | 309.57 | 0.91 | 0.6 |
| Hex | F6 | 3A | D8 | 0 | 4C | C | 4 | 136 | 5B | 3C |
| Octal | 366 | 72 | 330 | 0 | 114 | 14 | 4 | 466 | 133 | 74 |
| Binary | 11110110 | 111010 | 11011000 | 0 | 1001100 | 1100 | 100 | 100110110 | 1011011 | 111100 |
Color Harmonies of #F63AD8
Complementary color
Monochromatic Colors of #F63AD8
Black with #F63AD8
Text Example
Text Example
White with #F63AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AD8; }
p { color: rgb(246,58,216); }
H1.HeaderClassName
{
color: #F63AD8;
}
.AnyTagClassName
{
color: #F63AD8;
}
</style>
background-color css
<style>
a { background-color: #F63AD8; }
a { background-color: rgb(246,58,216); }
div.DivClassName
{
background-color: #F63AD8;
}
.BgClassName
{
background-color: #F63AD8;
}
</style>
border-color css
<style>
span { border-color: #F63AD8; }
span { border-color: rgb(246,58,216); }
td.TdClassName
{
border-color: #F63AD8;
}
.TagClassName
{
border-color: #F63AD8;
}
</style>