Shades of Razzle Dazzle Rose #F64DCE
Tints of Razzle Dazzle Rose #F64DCE
RGB
CMYK
RGB Variations
Color information
#F64DCE (or 0xF64DCE) is known color: Razzle Dazzle Rose. HEX triplet: F6, 4D and CE. RGB value is (246,77,206). Sum of RGB (Red+Green+Blue) = 246+77+206=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 77 (30.47% from 255 or 14.56% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F64DCE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F64DCE is #09B231. Grayscale: #8D8D8D. Windows color (decimal): -635442 or 13520374. OLE color: 13520374.
HSL color Cylindrical-coordinate representation of color #F64DCE: hue angle of 314.2º 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 #F64DCE is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 77 | 206 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.04 |
| HSL | 314.2º | 0.9% | 0.63% | - |
| HSV(B) | 314.2º | 0.69% | 0.96% | - |
| XYZ | 51.8 | 29.36 | 61.33 | - |
| YUV | 142.24 | 163.99 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 77 | 206 | 0 | 0.69 | 0.16 | 0.04 | 314.2 | 0.9 | 0.63 |
| Hex | F6 | 4D | CE | 0 | 45 | 10 | 4 | 13A | 5A | 3F |
| Octal | 366 | 115 | 316 | 0 | 105 | 20 | 4 | 472 | 132 | 77 |
| Binary | 11110110 | 1001101 | 11001110 | 0 | 1000101 | 10000 | 100 | 100111010 | 1011010 | 111111 |
Color Harmonies of #F64DCE
Complementary color
Monochromatic Colors of #F64DCE
Black with #F64DCE
Text Example
Text Example
White with #F64DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64DCE; }
p { color: rgb(246,77,206); }
H1.HeaderClassName
{
color: #F64DCE;
}
.AnyTagClassName
{
color: #F64DCE;
}
</style>
background-color css
<style>
a { background-color: #F64DCE; }
a { background-color: rgb(246,77,206); }
div.DivClassName
{
background-color: #F64DCE;
}
.BgClassName
{
background-color: #F64DCE;
}
</style>
border-color css
<style>
span { border-color: #F64DCE; }
span { border-color: rgb(246,77,206); }
td.TdClassName
{
border-color: #F64DCE;
}
.TagClassName
{
border-color: #F64DCE;
}
</style>