Shades of Razzle Dazzle Rose #F649BD
Tints of Razzle Dazzle Rose #F649BD
RGB
CMYK
RGB Variations
Color information
#F649BD (or 0xF649BD) is known color: Razzle Dazzle Rose. HEX triplet: F6, 49 and BD. RGB value is (246,73,189). Sum of RGB (Red+Green+Blue) = 246+73+189=508 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.43% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 246 - color contains mainly: red. Hex color #F649BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F649BD is #09B642. Grayscale: #898989. Windows color (decimal): -636483 or 12405238. OLE color: 12405238.
HSL color Cylindrical-coordinate representation of color #F649BD: hue angle of 319.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F649BD is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 73 | 189 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.04 |
| HSL | 319.77º | 0.91% | 0.63% | - |
| HSV(B) | 319.77º | 0.7% | 0.96% | - |
| XYZ | 49.57 | 28.03 | 50.94 | - |
| YUV | 137.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 73 | 189 | 0 | 0.70 | 0.23 | 0.04 | 319.77 | 0.91 | 0.63 |
| Hex | F6 | 49 | BD | 0 | 46 | 17 | 4 | 140 | 5B | 3F |
| Octal | 366 | 111 | 275 | 0 | 106 | 27 | 4 | 500 | 133 | 77 |
| Binary | 11110110 | 1001001 | 10111101 | 0 | 1000110 | 10111 | 100 | 101000000 | 1011011 | 111111 |
Color Harmonies of #F649BD
Complementary color
Monochromatic Colors of #F649BD
Black with #F649BD
Text Example
Text Example
White with #F649BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F649BD; }
p { color: rgb(246,73,189); }
H1.HeaderClassName
{
color: #F649BD;
}
.AnyTagClassName
{
color: #F649BD;
}
</style>
background-color css
<style>
a { background-color: #F649BD; }
a { background-color: rgb(246,73,189); }
div.DivClassName
{
background-color: #F649BD;
}
.BgClassName
{
background-color: #F649BD;
}
</style>
border-color css
<style>
span { border-color: #F649BD; }
span { border-color: rgb(246,73,189); }
td.TdClassName
{
border-color: #F649BD;
}
.TagClassName
{
border-color: #F649BD;
}
</style>