Shades of Razzle Dazzle Rose #F640D9
Tints of Razzle Dazzle Rose #F640D9
RGB
CMYK
RGB Variations
Color information
#F640D9 (or 0xF640D9) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and D9. RGB value is (246,64,217). Sum of RGB (Red+Green+Blue) = 246+64+217=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 64 (25.39% from 255 or 12.14% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F640D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640D9 is #09BF26. Grayscale: #878787. Windows color (decimal): -638759 or 14237942. OLE color: 14237942.
HSL color Cylindrical-coordinate representation of color #F640D9: hue angle of 309.56º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F640D9 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 217 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.04 |
| HSL | 309.56º | 0.91% | 0.61% | - |
| HSV(B) | 309.56º | 0.74% | 0.96% | - |
| XYZ | 52.36 | 28.27 | 68.34 | - |
| YUV | 135.86 | 173.8 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 217 | 0 | 0.74 | 0.12 | 0.04 | 309.56 | 0.91 | 0.61 |
| Hex | F6 | 40 | D9 | 0 | 4A | C | 4 | 136 | 5B | 3D |
| Octal | 366 | 100 | 331 | 0 | 112 | 14 | 4 | 466 | 133 | 75 |
| Binary | 11110110 | 1000000 | 11011001 | 0 | 1001010 | 1100 | 100 | 100110110 | 1011011 | 111101 |
Color Harmonies of #F640D9
Complementary color
Monochromatic Colors of #F640D9
Black with #F640D9
Text Example
Text Example
White with #F640D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640D9; }
p { color: rgb(246,64,217); }
H1.HeaderClassName
{
color: #F640D9;
}
.AnyTagClassName
{
color: #F640D9;
}
</style>
background-color css
<style>
a { background-color: #F640D9; }
a { background-color: rgb(246,64,217); }
div.DivClassName
{
background-color: #F640D9;
}
.BgClassName
{
background-color: #F640D9;
}
</style>
border-color css
<style>
span { border-color: #F640D9; }
span { border-color: rgb(246,64,217); }
td.TdClassName
{
border-color: #F640D9;
}
.TagClassName
{
border-color: #F640D9;
}
</style>