Shades of Razzle Dazzle Rose #F640B7
Tints of Razzle Dazzle Rose #F640B7
RGB
CMYK
RGB Variations
Color information
#F640B7 (or 0xF640B7) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and B7. RGB value is (246,64,183). Sum of RGB (Red+Green+Blue) = 246+64+183=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 64 (25.39% from 255 or 12.98% from 493); Blue value is 183 (71.88% from 255 or 37.12% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F640B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640B7 is #09BF48. Grayscale: #838383. Windows color (decimal): -638793 or 12009718. OLE color: 12009718.
HSL color Cylindrical-coordinate representation of color #F640B7: hue angle of 320.77º 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 #F640B7 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 183 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.04 |
| HSL | 320.77º | 0.91% | 0.61% | - |
| HSV(B) | 320.77º | 0.74% | 0.96% | - |
| XYZ | 48.39 | 26.68 | 47.4 | - |
| YUV | 131.98 | 156.8 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 183 | 0 | 0.74 | 0.26 | 0.04 | 320.77 | 0.91 | 0.61 |
| Hex | F6 | 40 | B7 | 0 | 4A | 1A | 4 | 141 | 5B | 3D |
| Octal | 366 | 100 | 267 | 0 | 112 | 32 | 4 | 501 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10110111 | 0 | 1001010 | 11010 | 100 | 101000001 | 1011011 | 111101 |
Color Harmonies of #F640B7
Complementary color
Monochromatic Colors of #F640B7
Black with #F640B7
Text Example
Text Example
White with #F640B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640B7; }
p { color: rgb(246,64,183); }
H1.HeaderClassName
{
color: #F640B7;
}
.AnyTagClassName
{
color: #F640B7;
}
</style>
background-color css
<style>
a { background-color: #F640B7; }
a { background-color: rgb(246,64,183); }
div.DivClassName
{
background-color: #F640B7;
}
.BgClassName
{
background-color: #F640B7;
}
</style>
border-color css
<style>
span { border-color: #F640B7; }
span { border-color: rgb(246,64,183); }
td.TdClassName
{
border-color: #F640B7;
}
.TagClassName
{
border-color: #F640B7;
}
</style>