Shades of Razzle Dazzle Rose #F64DBE
Tints of Razzle Dazzle Rose #F64DBE
RGB
CMYK
RGB Variations
Color information
#F64DBE (or 0xF64DBE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and BE. RGB value is (246,77,190). Sum of RGB (Red+Green+Blue) = 246+77+190=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DBE is #09B241. Grayscale: #8C8C8C. Windows color (decimal): -635458 or 12471798. OLE color: 12471798.
HSL color Cylindrical-coordinate representation of color #F64DBE: hue angle of 319.88º 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 #F64DBE is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 190 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.04 |
| HSL | 319.88º | 0.9% | 0.63% | - |
| HSV(B) | 319.88º | 0.69% | 0.96% | - |
| XYZ | 49.95 | 28.62 | 51.61 | - |
| YUV | 140.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 190 | 0 | 0.69 | 0.23 | 0.04 | 319.88 | 0.9 | 0.63 |
| Hex | F6 | 4D | BE | 0 | 45 | 17 | 4 | 140 | 5A | 3F |
| Octal | 366 | 115 | 276 | 0 | 105 | 27 | 4 | 500 | 132 | 77 |
| Binary | 11110110 | 1001101 | 10111110 | 0 | 1000101 | 10111 | 100 | 101000000 | 1011010 | 111111 |
Color Harmonies of #F64DBE
Complementary color
Monochromatic Colors of #F64DBE
Black with #F64DBE
Text Example
Text Example
White with #F64DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DBE; }
p { color: rgb(246,77,190); }
H1.HeaderClassName
{
color: #F64DBE;
}
.AnyTagClassName
{
color: #F64DBE;
}
</style>
background-color css
<style>
a { background-color: #F64DBE; }
a { background-color: rgb(246,77,190); }
div.DivClassName
{
background-color: #F64DBE;
}
.BgClassName
{
background-color: #F64DBE;
}
</style>
border-color css
<style>
span { border-color: #F64DBE; }
span { border-color: rgb(246,77,190); }
td.TdClassName
{
border-color: #F64DBE;
}
.TagClassName
{
border-color: #F64DBE;
}
</style>