Shades of Razzle Dazzle Rose #F63ADE
Tints of Razzle Dazzle Rose #F63ADE
RGB
CMYK
RGB Variations
Color information
#F63ADE (or 0xF63ADE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and DE. RGB value is (246,58,222). Sum of RGB (Red+Green+Blue) = 246+58+222=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 58 (23.05% from 255 or 11.03% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F63ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63ADE is #09C521. Grayscale: #848484. Windows color (decimal): -640290 or 14564086. OLE color: 14564086.
HSL color Cylindrical-coordinate representation of color #F63ADE: hue angle of 307.66º 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 #F63ADE is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 222 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.04 |
| HSL | 307.66º | 0.91% | 0.6% | - |
| HSV(B) | 307.66º | 0.76% | 0.96% | - |
| XYZ | 52.7 | 27.89 | 71.71 | - |
| YUV | 132.91 | 178.28 | 208.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 222 | 0 | 0.76 | 0.10 | 0.04 | 307.66 | 0.91 | 0.6 |
| Hex | F6 | 3A | DE | 0 | 4C | A | 4 | 134 | 5B | 3C |
| Octal | 366 | 72 | 336 | 0 | 114 | 12 | 4 | 464 | 133 | 74 |
| Binary | 11110110 | 111010 | 11011110 | 0 | 1001100 | 1010 | 100 | 100110100 | 1011011 | 111100 |
Color Harmonies of #F63ADE
Complementary color
Monochromatic Colors of #F63ADE
Black with #F63ADE
Text Example
Text Example
White with #F63ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63ADE; }
p { color: rgb(246,58,222); }
H1.HeaderClassName
{
color: #F63ADE;
}
.AnyTagClassName
{
color: #F63ADE;
}
</style>
background-color css
<style>
a { background-color: #F63ADE; }
a { background-color: rgb(246,58,222); }
div.DivClassName
{
background-color: #F63ADE;
}
.BgClassName
{
background-color: #F63ADE;
}
</style>
border-color css
<style>
span { border-color: #F63ADE; }
span { border-color: rgb(246,58,222); }
td.TdClassName
{
border-color: #F63ADE;
}
.TagClassName
{
border-color: #F63ADE;
}
</style>