Shades of Razzle Dazzle Rose #F63CCC
Tints of Razzle Dazzle Rose #F63CCC
RGB
CMYK
RGB Variations
Color information
#F63CCC (or 0xF63CCC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3C and CC. RGB value is (246,60,204). Sum of RGB (Red+Green+Blue) = 246+60+204=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 60 (23.83% from 255 or 11.76% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F63CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63CCC is #09C333. Grayscale: #838383. Windows color (decimal): -639796 or 13384950. OLE color: 13384950.
HSL color Cylindrical-coordinate representation of color #F63CCC: hue angle of 313.55º 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 #F63CCC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 60 | 204 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.55º | 0.91% | 0.6% | - |
| HSV(B) | 313.55º | 0.76% | 0.96% | - |
| XYZ | 50.52 | 27.18 | 59.71 | - |
| YUV | 132.03 | 168.62 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 60 | 204 | 0 | 0.76 | 0.17 | 0.04 | 313.55 | 0.91 | 0.6 |
| Hex | F6 | 3C | CC | 0 | 4C | 11 | 4 | 13A | 5B | 3C |
| Octal | 366 | 74 | 314 | 0 | 114 | 21 | 4 | 472 | 133 | 74 |
| Binary | 11110110 | 111100 | 11001100 | 0 | 1001100 | 10001 | 100 | 100111010 | 1011011 | 111100 |
Color Harmonies of #F63CCC
Complementary color
Monochromatic Colors of #F63CCC
Black with #F63CCC
Text Example
Text Example
White with #F63CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63CCC; }
p { color: rgb(246,60,204); }
H1.HeaderClassName
{
color: #F63CCC;
}
.AnyTagClassName
{
color: #F63CCC;
}
</style>
background-color css
<style>
a { background-color: #F63CCC; }
a { background-color: rgb(246,60,204); }
div.DivClassName
{
background-color: #F63CCC;
}
.BgClassName
{
background-color: #F63CCC;
}
</style>
border-color css
<style>
span { border-color: #F63CCC; }
span { border-color: rgb(246,60,204); }
td.TdClassName
{
border-color: #F63CCC;
}
.TagClassName
{
border-color: #F63CCC;
}
</style>