Shades of Razzle Dazzle Rose #F63BD0
Tints of Razzle Dazzle Rose #F63BD0
RGB
CMYK
RGB Variations
Color information
#F63BD0 (or 0xF63BD0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 3B and D0. RGB value is (246,59,208). Sum of RGB (Red+Green+Blue) = 246+59+208=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 59 (23.44% from 255 or 11.50% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F63BD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F63BD0 is #09C42F. Grayscale: #838383. Windows color (decimal): -640048 or 13646838. OLE color: 13646838.
HSL color Cylindrical-coordinate representation of color #F63BD0: hue angle of 312.19º 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 #F63BD0 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 59 | 208 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.04 |
| HSL | 312.19º | 0.91% | 0.6% | - |
| HSV(B) | 312.19º | 0.76% | 0.96% | - |
| XYZ | 50.96 | 27.27 | 62.25 | - |
| YUV | 131.9 | 170.95 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 59 | 208 | 0 | 0.76 | 0.15 | 0.04 | 312.19 | 0.91 | 0.6 |
| Hex | F6 | 3B | D0 | 0 | 4C | F | 4 | 138 | 5B | 3C |
| Octal | 366 | 73 | 320 | 0 | 114 | 17 | 4 | 470 | 133 | 74 |
| Binary | 11110110 | 111011 | 11010000 | 0 | 1001100 | 1111 | 100 | 100111000 | 1011011 | 111100 |
Color Harmonies of #F63BD0
Complementary color
Monochromatic Colors of #F63BD0
Black with #F63BD0
Text Example
Text Example
White with #F63BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63BD0; }
p { color: rgb(246,59,208); }
H1.HeaderClassName
{
color: #F63BD0;
}
.AnyTagClassName
{
color: #F63BD0;
}
</style>
background-color css
<style>
a { background-color: #F63BD0; }
a { background-color: rgb(246,59,208); }
div.DivClassName
{
background-color: #F63BD0;
}
.BgClassName
{
background-color: #F63BD0;
}
</style>
border-color css
<style>
span { border-color: #F63BD0; }
span { border-color: rgb(246,59,208); }
td.TdClassName
{
border-color: #F63BD0;
}
.TagClassName
{
border-color: #F63BD0;
}
</style>