Shades of Razzle Dazzle Rose #F63EDC
Tints of Razzle Dazzle Rose #F63EDC
RGB
CMYK
RGB Variations
Color information
#F63EDC (or 0xF63EDC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3E and DC. RGB value is (246,62,220). Sum of RGB (Red+Green+Blue) = 246+62+220=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 62 (24.61% from 255 or 11.74% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63EDC is #09C123. Grayscale: #868686. Windows color (decimal): -639268 or 14434038. OLE color: 14434038.
HSL color Cylindrical-coordinate representation of color #F63EDC: hue angle of 308.48º 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 #F63EDC is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 220 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.04 |
| HSL | 308.48º | 0.91% | 0.6% | - |
| HSV(B) | 308.48º | 0.75% | 0.96% | - |
| XYZ | 52.65 | 28.21 | 70.38 | - |
| YUV | 135.03 | 175.96 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 220 | 0 | 0.75 | 0.11 | 0.04 | 308.48 | 0.91 | 0.6 |
| Hex | F6 | 3E | DC | 0 | 4B | B | 4 | 134 | 5B | 3C |
| Octal | 366 | 76 | 334 | 0 | 113 | 13 | 4 | 464 | 133 | 74 |
| Binary | 11110110 | 111110 | 11011100 | 0 | 1001011 | 1011 | 100 | 100110100 | 1011011 | 111100 |
Color Harmonies of #F63EDC
Complementary color
Monochromatic Colors of #F63EDC
Black with #F63EDC
Text Example
Text Example
White with #F63EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EDC; }
p { color: rgb(246,62,220); }
H1.HeaderClassName
{
color: #F63EDC;
}
.AnyTagClassName
{
color: #F63EDC;
}
</style>
background-color css
<style>
a { background-color: #F63EDC; }
a { background-color: rgb(246,62,220); }
div.DivClassName
{
background-color: #F63EDC;
}
.BgClassName
{
background-color: #F63EDC;
}
</style>
border-color css
<style>
span { border-color: #F63EDC; }
span { border-color: rgb(246,62,220); }
td.TdClassName
{
border-color: #F63EDC;
}
.TagClassName
{
border-color: #F63EDC;
}
</style>