Shades of Razzle Dazzle Rose #F63EDA
Tints of Razzle Dazzle Rose #F63EDA
RGB
CMYK
RGB Variations
Color information
#F63EDA (or 0xF63EDA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3E and DA. RGB value is (246,62,218). Sum of RGB (Red+Green+Blue) = 246+62+218=526 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.77% from 526); Green value is 62 (24.61% from 255 or 11.79% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EDA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63EDA is #09C125. Grayscale: #868686. Windows color (decimal): -639270 or 14302966. OLE color: 14302966.
HSL color Cylindrical-coordinate representation of color #F63EDA: hue angle of 309.13º 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 #F63EDA is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 218 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.04 |
| HSL | 309.13º | 0.91% | 0.6% | - |
| HSV(B) | 309.13º | 0.75% | 0.96% | - |
| XYZ | 52.38 | 28.1 | 68.99 | - |
| YUV | 134.8 | 174.96 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 218 | 0 | 0.75 | 0.11 | 0.04 | 309.13 | 0.91 | 0.6 |
| Hex | F6 | 3E | DA | 0 | 4B | B | 4 | 135 | 5B | 3C |
| Octal | 366 | 76 | 332 | 0 | 113 | 13 | 4 | 465 | 133 | 74 |
| Binary | 11110110 | 111110 | 11011010 | 0 | 1001011 | 1011 | 100 | 100110101 | 1011011 | 111100 |
Color Harmonies of #F63EDA
Complementary color
Monochromatic Colors of #F63EDA
Black with #F63EDA
Text Example
Text Example
White with #F63EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EDA; }
p { color: rgb(246,62,218); }
H1.HeaderClassName
{
color: #F63EDA;
}
.AnyTagClassName
{
color: #F63EDA;
}
</style>
background-color css
<style>
a { background-color: #F63EDA; }
a { background-color: rgb(246,62,218); }
div.DivClassName
{
background-color: #F63EDA;
}
.BgClassName
{
background-color: #F63EDA;
}
</style>
border-color css
<style>
span { border-color: #F63EDA; }
span { border-color: rgb(246,62,218); }
td.TdClassName
{
border-color: #F63EDA;
}
.TagClassName
{
border-color: #F63EDA;
}
</style>