Shades of Razzle Dazzle Rose #F63CEC
Tints of Razzle Dazzle Rose #F63CEC
RGB
CMYK
RGB Variations
Color information
#F63CEC (or 0xF63CEC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and EC. RGB value is (246,60,236). Sum of RGB (Red+Green+Blue) = 246+60+236=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 60 (23.83% from 255 or 11.07% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F63CEC is #09C313. Grayscale: #878787. Windows color (decimal): -639764 or 15482102. OLE color: 15482102.
HSL color Cylindrical-coordinate representation of color #F63CEC: hue angle of 303.23º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F63CEC is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 236 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.04 |
| HSL | 303.23º | 0.91% | 0.6% | - |
| HSV(B) | 303.23º | 0.76% | 0.96% | - |
| XYZ | 54.76 | 28.88 | 82.05 | - |
| YUV | 135.68 | 184.62 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 236 | 0 | 0.76 | 0.04 | 0.04 | 303.23 | 0.91 | 0.6 |
| Hex | F6 | 3C | EC | 0 | 4C | 4 | 4 | 12F | 5B | 3C |
| Octal | 366 | 74 | 354 | 0 | 114 | 4 | 4 | 457 | 133 | 74 |
| Binary | 11110110 | 111100 | 11101100 | 0 | 1001100 | 100 | 100 | 100101111 | 1011011 | 111100 |
Color Harmonies of #F63CEC
Complementary color
Monochromatic Colors of #F63CEC
Black with #F63CEC
Text Example
Text Example
White with #F63CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CEC; }
p { color: rgb(246,60,236); }
H1.HeaderClassName
{
color: #F63CEC;
}
.AnyTagClassName
{
color: #F63CEC;
}
</style>
background-color css
<style>
a { background-color: #F63CEC; }
a { background-color: rgb(246,60,236); }
div.DivClassName
{
background-color: #F63CEC;
}
.BgClassName
{
background-color: #F63CEC;
}
</style>
border-color css
<style>
span { border-color: #F63CEC; }
span { border-color: rgb(246,60,236); }
td.TdClassName
{
border-color: #F63CEC;
}
.TagClassName
{
border-color: #F63CEC;
}
</style>