Shades of Razzle Dazzle Rose #F63DCD
Tints of Razzle Dazzle Rose #F63DCD
RGB
CMYK
RGB Variations
Color information
#F63DCD (or 0xF63DCD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3D and CD. RGB value is (246,61,205). Sum of RGB (Red+Green+Blue) = 246+61+205=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 61 (24.22% from 255 or 11.91% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63DCD is #09C232. Grayscale: #848484. Windows color (decimal): -639539 or 13450742. OLE color: 13450742.
HSL color Cylindrical-coordinate representation of color #F63DCD: hue angle of 313.3º 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 #F63DCD is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 205 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.04 |
| HSL | 313.3º | 0.91% | 0.6% | - |
| HSV(B) | 313.3º | 0.75% | 0.96% | - |
| XYZ | 50.69 | 27.34 | 60.36 | - |
| YUV | 132.73 | 168.79 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 205 | 0 | 0.75 | 0.17 | 0.04 | 313.3 | 0.91 | 0.6 |
| Hex | F6 | 3D | CD | 0 | 4B | 11 | 4 | 139 | 5B | 3C |
| Octal | 366 | 75 | 315 | 0 | 113 | 21 | 4 | 471 | 133 | 74 |
| Binary | 11110110 | 111101 | 11001101 | 0 | 1001011 | 10001 | 100 | 100111001 | 1011011 | 111100 |
Color Harmonies of #F63DCD
Complementary color
Monochromatic Colors of #F63DCD
Black with #F63DCD
Text Example
Text Example
White with #F63DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DCD; }
p { color: rgb(246,61,205); }
H1.HeaderClassName
{
color: #F63DCD;
}
.AnyTagClassName
{
color: #F63DCD;
}
</style>
background-color css
<style>
a { background-color: #F63DCD; }
a { background-color: rgb(246,61,205); }
div.DivClassName
{
background-color: #F63DCD;
}
.BgClassName
{
background-color: #F63DCD;
}
</style>
border-color css
<style>
span { border-color: #F63DCD; }
span { border-color: rgb(246,61,205); }
td.TdClassName
{
border-color: #F63DCD;
}
.TagClassName
{
border-color: #F63DCD;
}
</style>