Shades of Razzle Dazzle Rose #F63EDB
Tints of Razzle Dazzle Rose #F63EDB
RGB
CMYK
RGB Variations
Color information
#F63EDB (or 0xF63EDB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3E and DB. RGB value is (246,62,219). Sum of RGB (Red+Green+Blue) = 246+62+219=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 62 (24.61% from 255 or 11.76% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63EDB is #09C124. Grayscale: #868686. Windows color (decimal): -639269 or 14368502. OLE color: 14368502.
HSL color Cylindrical-coordinate representation of color #F63EDB: hue angle of 308.8º 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 #F63EDB is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 219 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.04 |
| HSL | 308.8º | 0.91% | 0.6% | - |
| HSV(B) | 308.8º | 0.75% | 0.96% | - |
| XYZ | 52.51 | 28.15 | 69.68 | - |
| YUV | 134.91 | 175.46 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 219 | 0 | 0.75 | 0.11 | 0.04 | 308.8 | 0.91 | 0.6 |
| Hex | F6 | 3E | DB | 0 | 4B | B | 4 | 135 | 5B | 3C |
| Octal | 366 | 76 | 333 | 0 | 113 | 13 | 4 | 465 | 133 | 74 |
| Binary | 11110110 | 111110 | 11011011 | 0 | 1001011 | 1011 | 100 | 100110101 | 1011011 | 111100 |
Color Harmonies of #F63EDB
Complementary color
Monochromatic Colors of #F63EDB
Black with #F63EDB
Text Example
Text Example
White with #F63EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EDB; }
p { color: rgb(246,62,219); }
H1.HeaderClassName
{
color: #F63EDB;
}
.AnyTagClassName
{
color: #F63EDB;
}
</style>
background-color css
<style>
a { background-color: #F63EDB; }
a { background-color: rgb(246,62,219); }
div.DivClassName
{
background-color: #F63EDB;
}
.BgClassName
{
background-color: #F63EDB;
}
</style>
border-color css
<style>
span { border-color: #F63EDB; }
span { border-color: rgb(246,62,219); }
td.TdClassName
{
border-color: #F63EDB;
}
.TagClassName
{
border-color: #F63EDB;
}
</style>