Shades of Razzle Dazzle Rose #F63EDE
Tints of Razzle Dazzle Rose #F63EDE
RGB
CMYK
RGB Variations
Color information
#F63EDE (or 0xF63EDE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3E and DE. RGB value is (246,62,222). Sum of RGB (Red+Green+Blue) = 246+62+222=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 62 (24.61% from 255 or 11.70% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EDE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63EDE is #09C121. Grayscale: #868686. Windows color (decimal): -639266 or 14565110. OLE color: 14565110.
HSL color Cylindrical-coordinate representation of color #F63EDE: hue angle of 307.83º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F63EDE is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 222 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.04 |
| HSL | 307.83º | 0.91% | 0.6% | - |
| HSV(B) | 307.83º | 0.75% | 0.96% | - |
| XYZ | 52.91 | 28.31 | 71.78 | - |
| YUV | 135.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 222 | 0 | 0.75 | 0.10 | 0.04 | 307.83 | 0.91 | 0.6 |
| Hex | F6 | 3E | DE | 0 | 4B | A | 4 | 134 | 5B | 3C |
| Octal | 366 | 76 | 336 | 0 | 113 | 12 | 4 | 464 | 133 | 74 |
| Binary | 11110110 | 111110 | 11011110 | 0 | 1001011 | 1010 | 100 | 100110100 | 1011011 | 111100 |
Color Harmonies of #F63EDE
Complementary color
Monochromatic Colors of #F63EDE
Black with #F63EDE
Text Example
Text Example
White with #F63EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EDE; }
p { color: rgb(246,62,222); }
H1.HeaderClassName
{
color: #F63EDE;
}
.AnyTagClassName
{
color: #F63EDE;
}
</style>
background-color css
<style>
a { background-color: #F63EDE; }
a { background-color: rgb(246,62,222); }
div.DivClassName
{
background-color: #F63EDE;
}
.BgClassName
{
background-color: #F63EDE;
}
</style>
border-color css
<style>
span { border-color: #F63EDE; }
span { border-color: rgb(246,62,222); }
td.TdClassName
{
border-color: #F63EDE;
}
.TagClassName
{
border-color: #F63EDE;
}
</style>