Shades of Razzle Dazzle Rose #F640CF
Tints of Razzle Dazzle Rose #F640CF
RGB
CMYK
RGB Variations
Color information
#F640CF (or 0xF640CF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and CF. RGB value is (246,64,207). Sum of RGB (Red+Green+Blue) = 246+64+207=517 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.58% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 246 - color contains mainly: red. Hex color #F640CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640CF is #09BF30. Grayscale: #868686. Windows color (decimal): -638769 or 13582582. OLE color: 13582582.
HSL color Cylindrical-coordinate representation of color #F640CF: hue angle of 312.86º 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 #F640CF is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 207 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.04 |
| HSL | 312.86º | 0.91% | 0.61% | - |
| HSV(B) | 312.86º | 0.74% | 0.96% | - |
| XYZ | 51.1 | 27.76 | 61.7 | - |
| YUV | 134.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 207 | 0 | 0.74 | 0.16 | 0.04 | 312.86 | 0.91 | 0.61 |
| Hex | F6 | 40 | CF | 0 | 4A | 10 | 4 | 139 | 5B | 3D |
| Octal | 366 | 100 | 317 | 0 | 112 | 20 | 4 | 471 | 133 | 75 |
| Binary | 11110110 | 1000000 | 11001111 | 0 | 1001010 | 10000 | 100 | 100111001 | 1011011 | 111101 |
Color Harmonies of #F640CF
Complementary color
Monochromatic Colors of #F640CF
Black with #F640CF
Text Example
Text Example
White with #F640CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640CF; }
p { color: rgb(246,64,207); }
H1.HeaderClassName
{
color: #F640CF;
}
.AnyTagClassName
{
color: #F640CF;
}
</style>
background-color css
<style>
a { background-color: #F640CF; }
a { background-color: rgb(246,64,207); }
div.DivClassName
{
background-color: #F640CF;
}
.BgClassName
{
background-color: #F640CF;
}
</style>
border-color css
<style>
span { border-color: #F640CF; }
span { border-color: rgb(246,64,207); }
td.TdClassName
{
border-color: #F640CF;
}
.TagClassName
{
border-color: #F640CF;
}
</style>