Shades of Razzle Dazzle Rose #F62ACE
Tints of Razzle Dazzle Rose #F62ACE
RGB
CMYK
RGB Variations
Color information
#F62ACE (or 0xF62ACE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 2A and CE. RGB value is (246,42,206). Sum of RGB (Red+Green+Blue) = 246+42+206=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F62ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F62ACE is #09D531. Grayscale: #797979. Windows color (decimal): -644402 or 13511414. OLE color: 13511414.
HSL color Cylindrical-coordinate representation of color #F62ACE: hue angle of 311.76º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62ACE is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 42 | 206 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.04 |
| HSL | 311.76º | 0.92% | 0.56% | - |
| HSV(B) | 311.76º | 0.83% | 0.96% | - |
| XYZ | 49.97 | 25.7 | 60.72 | - |
| YUV | 121.69 | 175.59 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 42 | 206 | 0 | 0.83 | 0.16 | 0.04 | 311.76 | 0.92 | 0.56 |
| Hex | F6 | 2A | CE | 0 | 53 | 10 | 4 | 138 | 5C | 38 |
| Octal | 366 | 52 | 316 | 0 | 123 | 20 | 4 | 470 | 134 | 70 |
| Binary | 11110110 | 101010 | 11001110 | 0 | 1010011 | 10000 | 100 | 100111000 | 1011100 | 111000 |
Color Harmonies of #F62ACE
Complementary color
Monochromatic Colors of #F62ACE
Black with #F62ACE
Text Example
Text Example
White with #F62ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62ACE; }
p { color: rgb(246,42,206); }
H1.HeaderClassName
{
color: #F62ACE;
}
.AnyTagClassName
{
color: #F62ACE;
}
</style>
background-color css
<style>
a { background-color: #F62ACE; }
a { background-color: rgb(246,42,206); }
div.DivClassName
{
background-color: #F62ACE;
}
.BgClassName
{
background-color: #F62ACE;
}
</style>
border-color css
<style>
span { border-color: #F62ACE; }
span { border-color: rgb(246,42,206); }
td.TdClassName
{
border-color: #F62ACE;
}
.TagClassName
{
border-color: #F62ACE;
}
</style>