Shades of Razzle Dazzle Rose #F63DC0
Tints of Razzle Dazzle Rose #F63DC0
RGB
CMYK
RGB Variations
Color information
#F63DC0 (or 0xF63DC0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3D and C0. RGB value is (246,61,192). Sum of RGB (Red+Green+Blue) = 246+61+192=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F63DC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63DC0 is #09C23F. Grayscale: #828282. Windows color (decimal): -639552 or 12598774. OLE color: 12598774.
HSL color Cylindrical-coordinate representation of color #F63DC0: hue angle of 317.51º 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 #F63DC0 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 61 | 192 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.04 |
| HSL | 317.51º | 0.91% | 0.6% | - |
| HSV(B) | 317.51º | 0.75% | 0.96% | - |
| XYZ | 49.19 | 26.74 | 52.44 | - |
| YUV | 131.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 61 | 192 | 0 | 0.75 | 0.22 | 0.04 | 317.51 | 0.91 | 0.6 |
| Hex | F6 | 3D | C0 | 0 | 4B | 16 | 4 | 13E | 5B | 3C |
| Octal | 366 | 75 | 300 | 0 | 113 | 26 | 4 | 476 | 133 | 74 |
| Binary | 11110110 | 111101 | 11000000 | 0 | 1001011 | 10110 | 100 | 100111110 | 1011011 | 111100 |
Color Harmonies of #F63DC0
Complementary color
Monochromatic Colors of #F63DC0
Black with #F63DC0
Text Example
Text Example
White with #F63DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63DC0; }
p { color: rgb(246,61,192); }
H1.HeaderClassName
{
color: #F63DC0;
}
.AnyTagClassName
{
color: #F63DC0;
}
</style>
background-color css
<style>
a { background-color: #F63DC0; }
a { background-color: rgb(246,61,192); }
div.DivClassName
{
background-color: #F63DC0;
}
.BgClassName
{
background-color: #F63DC0;
}
</style>
border-color css
<style>
span { border-color: #F63DC0; }
span { border-color: rgb(246,61,192); }
td.TdClassName
{
border-color: #F63DC0;
}
.TagClassName
{
border-color: #F63DC0;
}
</style>