Shades of Razzle Dazzle Rose #F63EC1
Tints of Razzle Dazzle Rose #F63EC1
RGB
CMYK
RGB Variations
Color information
#F63EC1 (or 0xF63EC1) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3E and C1. RGB value is (246,62,193). Sum of RGB (Red+Green+Blue) = 246+62+193=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F63EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63EC1 is #09C13E. Grayscale: #838383. Windows color (decimal): -639295 or 12664566. OLE color: 12664566.
HSL color Cylindrical-coordinate representation of color #F63EC1: hue angle of 317.28º 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 #F63EC1 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 62 | 193 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.04 |
| HSL | 317.28º | 0.91% | 0.6% | - |
| HSV(B) | 317.28º | 0.75% | 0.96% | - |
| XYZ | 49.35 | 26.89 | 53.04 | - |
| YUV | 131.95 | 162.46 | 209.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 62 | 193 | 0 | 0.75 | 0.22 | 0.04 | 317.28 | 0.91 | 0.6 |
| Hex | F6 | 3E | C1 | 0 | 4B | 16 | 4 | 13D | 5B | 3C |
| Octal | 366 | 76 | 301 | 0 | 113 | 26 | 4 | 475 | 133 | 74 |
| Binary | 11110110 | 111110 | 11000001 | 0 | 1001011 | 10110 | 100 | 100111101 | 1011011 | 111100 |
Color Harmonies of #F63EC1
Complementary color
Monochromatic Colors of #F63EC1
Black with #F63EC1
Text Example
Text Example
White with #F63EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63EC1; }
p { color: rgb(246,62,193); }
H1.HeaderClassName
{
color: #F63EC1;
}
.AnyTagClassName
{
color: #F63EC1;
}
</style>
background-color css
<style>
a { background-color: #F63EC1; }
a { background-color: rgb(246,62,193); }
div.DivClassName
{
background-color: #F63EC1;
}
.BgClassName
{
background-color: #F63EC1;
}
</style>
border-color css
<style>
span { border-color: #F63EC1; }
span { border-color: rgb(246,62,193); }
td.TdClassName
{
border-color: #F63EC1;
}
.TagClassName
{
border-color: #F63EC1;
}
</style>