Shades of Razzle Dazzle Rose #F63BCC
Tints of Razzle Dazzle Rose #F63BCC
RGB
CMYK
RGB Variations
Color information
#F63BCC (or 0xF63BCC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and CC. RGB value is (246,59,204). Sum of RGB (Red+Green+Blue) = 246+59+204=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 59 (23.44% from 255 or 11.59% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BCC is #09C433. Grayscale: #838383. Windows color (decimal): -640052 or 13384694. OLE color: 13384694.
HSL color Cylindrical-coordinate representation of color #F63BCC: hue angle of 313.48º 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 #F63BCC is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 204 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.04 |
| HSL | 313.48º | 0.91% | 0.6% | - |
| HSV(B) | 313.48º | 0.76% | 0.96% | - |
| XYZ | 50.47 | 27.08 | 59.69 | - |
| YUV | 131.44 | 168.95 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 204 | 0 | 0.76 | 0.17 | 0.04 | 313.48 | 0.91 | 0.6 |
| Hex | F6 | 3B | CC | 0 | 4C | 11 | 4 | 139 | 5B | 3C |
| Octal | 366 | 73 | 314 | 0 | 114 | 21 | 4 | 471 | 133 | 74 |
| Binary | 11110110 | 111011 | 11001100 | 0 | 1001100 | 10001 | 100 | 100111001 | 1011011 | 111100 |
Color Harmonies of #F63BCC
Complementary color
Monochromatic Colors of #F63BCC
Black with #F63BCC
Text Example
Text Example
White with #F63BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BCC; }
p { color: rgb(246,59,204); }
H1.HeaderClassName
{
color: #F63BCC;
}
.AnyTagClassName
{
color: #F63BCC;
}
</style>
background-color css
<style>
a { background-color: #F63BCC; }
a { background-color: rgb(246,59,204); }
div.DivClassName
{
background-color: #F63BCC;
}
.BgClassName
{
background-color: #F63BCC;
}
</style>
border-color css
<style>
span { border-color: #F63BCC; }
span { border-color: rgb(246,59,204); }
td.TdClassName
{
border-color: #F63BCC;
}
.TagClassName
{
border-color: #F63BCC;
}
</style>