Shades of Razzle Dazzle Rose #F64DBF
Tints of Razzle Dazzle Rose #F64DBF
RGB
CMYK
RGB Variations
Color information
#F64DBF (or 0xF64DBF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and BF. RGB value is (246,77,191). Sum of RGB (Red+Green+Blue) = 246+77+191=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 77 (30.47% from 255 or 14.98% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DBF is #09B240. Grayscale: #8C8C8C. Windows color (decimal): -635457 or 12537334. OLE color: 12537334.
HSL color Cylindrical-coordinate representation of color #F64DBF: hue angle of 319.53º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F64DBF is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 191 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.04 |
| HSL | 319.53º | 0.9% | 0.63% | - |
| HSV(B) | 319.53º | 0.69% | 0.96% | - |
| XYZ | 50.06 | 28.66 | 52.18 | - |
| YUV | 140.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 191 | 0 | 0.69 | 0.22 | 0.04 | 319.53 | 0.9 | 0.63 |
| Hex | F6 | 4D | BF | 0 | 45 | 16 | 4 | 140 | 5A | 3F |
| Octal | 366 | 115 | 277 | 0 | 105 | 26 | 4 | 500 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10111111 | 0 | 1000101 | 10110 | 100 | 101000000 | 1011010 | 111111 |
Color Harmonies of #F64DBF
Complementary color
Monochromatic Colors of #F64DBF
Black with #F64DBF
Text Example
Text Example
White with #F64DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DBF; }
p { color: rgb(246,77,191); }
H1.HeaderClassName
{
color: #F64DBF;
}
.AnyTagClassName
{
color: #F64DBF;
}
</style>
background-color css
<style>
a { background-color: #F64DBF; }
a { background-color: rgb(246,77,191); }
div.DivClassName
{
background-color: #F64DBF;
}
.BgClassName
{
background-color: #F64DBF;
}
</style>
border-color css
<style>
span { border-color: #F64DBF; }
span { border-color: rgb(246,77,191); }
td.TdClassName
{
border-color: #F64DBF;
}
.TagClassName
{
border-color: #F64DBF;
}
</style>