Shades of Razzle Dazzle Rose #F63BBC
Tints of Razzle Dazzle Rose #F63BBC
RGB
CMYK
RGB Variations
Color information
#F63BBC (or 0xF63BBC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and BC. RGB value is (246,59,188). Sum of RGB (Red+Green+Blue) = 246+59+188=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BBC is #09C443. Grayscale: #818181. Windows color (decimal): -640068 or 12336118. OLE color: 12336118.
HSL color Cylindrical-coordinate representation of color #F63BBC: hue angle of 318.61º 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 #F63BBC is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 188 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.04 |
| HSL | 318.61º | 0.91% | 0.6% | - |
| HSV(B) | 318.61º | 0.76% | 0.96% | - |
| XYZ | 48.65 | 26.35 | 50.1 | - |
| YUV | 129.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 188 | 0 | 0.76 | 0.24 | 0.04 | 318.61 | 0.91 | 0.6 |
| Hex | F6 | 3B | BC | 0 | 4C | 18 | 4 | 13F | 5B | 3C |
| Octal | 366 | 73 | 274 | 0 | 114 | 30 | 4 | 477 | 133 | 74 |
| Binary | 11110110 | 111011 | 10111100 | 0 | 1001100 | 11000 | 100 | 100111111 | 1011011 | 111100 |
Color Harmonies of #F63BBC
Complementary color
Monochromatic Colors of #F63BBC
Black with #F63BBC
Text Example
Text Example
White with #F63BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BBC; }
p { color: rgb(246,59,188); }
H1.HeaderClassName
{
color: #F63BBC;
}
.AnyTagClassName
{
color: #F63BBC;
}
</style>
background-color css
<style>
a { background-color: #F63BBC; }
a { background-color: rgb(246,59,188); }
div.DivClassName
{
background-color: #F63BBC;
}
.BgClassName
{
background-color: #F63BBC;
}
</style>
border-color css
<style>
span { border-color: #F63BBC; }
span { border-color: rgb(246,59,188); }
td.TdClassName
{
border-color: #F63BBC;
}
.TagClassName
{
border-color: #F63BBC;
}
</style>