Shades of Razzle Dazzle Rose #F63ACE
Tints of Razzle Dazzle Rose #F63ACE
RGB
CMYK
RGB Variations
Color information
#F63ACE (or 0xF63ACE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3A and CE. RGB value is (246,58,206). Sum of RGB (Red+Green+Blue) = 246+58+206=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F63ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63ACE is #09C531. Grayscale: #828282. Windows color (decimal): -640306 or 13515510. OLE color: 13515510.
HSL color Cylindrical-coordinate representation of color #F63ACE: hue angle of 312.77º 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 #F63ACE is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 58 | 206 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.04 |
| HSL | 312.77º | 0.91% | 0.6% | - |
| HSV(B) | 312.77º | 0.76% | 0.96% | - |
| XYZ | 50.66 | 27.08 | 60.95 | - |
| YUV | 131.08 | 170.28 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 58 | 206 | 0 | 0.76 | 0.16 | 0.04 | 312.77 | 0.91 | 0.6 |
| Hex | F6 | 3A | CE | 0 | 4C | 10 | 4 | 139 | 5B | 3C |
| Octal | 366 | 72 | 316 | 0 | 114 | 20 | 4 | 471 | 133 | 74 |
| Binary | 11110110 | 111010 | 11001110 | 0 | 1001100 | 10000 | 100 | 100111001 | 1011011 | 111100 |
Color Harmonies of #F63ACE
Complementary color
Monochromatic Colors of #F63ACE
Black with #F63ACE
Text Example
Text Example
White with #F63ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63ACE; }
p { color: rgb(246,58,206); }
H1.HeaderClassName
{
color: #F63ACE;
}
.AnyTagClassName
{
color: #F63ACE;
}
</style>
background-color css
<style>
a { background-color: #F63ACE; }
a { background-color: rgb(246,58,206); }
div.DivClassName
{
background-color: #F63ACE;
}
.BgClassName
{
background-color: #F63ACE;
}
</style>
border-color css
<style>
span { border-color: #F63ACE; }
span { border-color: rgb(246,58,206); }
td.TdClassName
{
border-color: #F63ACE;
}
.TagClassName
{
border-color: #F63ACE;
}
</style>