Shades of Razzle Dazzle Rose #F63AD4
Tints of Razzle Dazzle Rose #F63AD4
RGB
CMYK
RGB Variations
Color information
#F63AD4 (or 0xF63AD4) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and D4. RGB value is (246,58,212). Sum of RGB (Red+Green+Blue) = 246+58+212=516 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.67% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 246 - color contains mainly: red. Hex color #F63AD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63AD4 is #09C52B. Grayscale: #838383. Windows color (decimal): -640300 or 13908726. OLE color: 13908726.
HSL color Cylindrical-coordinate representation of color #F63AD4: hue angle of 310.85º 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 #F63AD4 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 212 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.04 |
| HSL | 310.85º | 0.91% | 0.6% | - |
| HSV(B) | 310.85º | 0.76% | 0.96% | - |
| XYZ | 51.4 | 27.37 | 64.86 | - |
| YUV | 131.77 | 173.28 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 212 | 0 | 0.76 | 0.14 | 0.04 | 310.85 | 0.91 | 0.6 |
| Hex | F6 | 3A | D4 | 0 | 4C | E | 4 | 137 | 5B | 3C |
| Octal | 366 | 72 | 324 | 0 | 114 | 16 | 4 | 467 | 133 | 74 |
| Binary | 11110110 | 111010 | 11010100 | 0 | 1001100 | 1110 | 100 | 100110111 | 1011011 | 111100 |
Color Harmonies of #F63AD4
Complementary color
Monochromatic Colors of #F63AD4
Black with #F63AD4
Text Example
Text Example
White with #F63AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63AD4; }
p { color: rgb(246,58,212); }
H1.HeaderClassName
{
color: #F63AD4;
}
.AnyTagClassName
{
color: #F63AD4;
}
</style>
background-color css
<style>
a { background-color: #F63AD4; }
a { background-color: rgb(246,58,212); }
div.DivClassName
{
background-color: #F63AD4;
}
.BgClassName
{
background-color: #F63AD4;
}
</style>
border-color css
<style>
span { border-color: #F63AD4; }
span { border-color: rgb(246,58,212); }
td.TdClassName
{
border-color: #F63AD4;
}
.TagClassName
{
border-color: #F63AD4;
}
</style>