Shades of Razzle Dazzle Rose #F644DC
Tints of Razzle Dazzle Rose #F644DC
RGB
CMYK
RGB Variations
Color information
#F644DC (or 0xF644DC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 44 and DC. RGB value is (246,68,220). Sum of RGB (Red+Green+Blue) = 246+68+220=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 68 (26.95% from 255 or 12.73% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F644DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F644DC is #09BB23. Grayscale: #8A8A8A. Windows color (decimal): -637732 or 14435574. OLE color: 14435574.
HSL color Cylindrical-coordinate representation of color #F644DC: hue angle of 308.76º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F644DC is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 68 | 220 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.04 |
| HSL | 308.76º | 0.91% | 0.62% | - |
| HSV(B) | 308.76º | 0.72% | 0.96% | - |
| XYZ | 52.99 | 28.89 | 70.49 | - |
| YUV | 138.55 | 173.97 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 220 | 0 | 0.72 | 0.11 | 0.04 | 308.76 | 0.91 | 0.62 |
| Hex | F6 | 44 | DC | 0 | 48 | B | 4 | 135 | 5B | 3E |
| Octal | 366 | 104 | 334 | 0 | 110 | 13 | 4 | 465 | 133 | 76 |
| Binary | 11110110 | 1000100 | 11011100 | 0 | 1001000 | 1011 | 100 | 100110101 | 1011011 | 111110 |
Color Harmonies of #F644DC
Complementary color
Monochromatic Colors of #F644DC
Black with #F644DC
Text Example
Text Example
White with #F644DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F644DC; }
p { color: rgb(246,68,220); }
H1.HeaderClassName
{
color: #F644DC;
}
.AnyTagClassName
{
color: #F644DC;
}
</style>
background-color css
<style>
a { background-color: #F644DC; }
a { background-color: rgb(246,68,220); }
div.DivClassName
{
background-color: #F644DC;
}
.BgClassName
{
background-color: #F644DC;
}
</style>
border-color css
<style>
span { border-color: #F644DC; }
span { border-color: rgb(246,68,220); }
td.TdClassName
{
border-color: #F644DC;
}
.TagClassName
{
border-color: #F644DC;
}
</style>