Shades of Razzle Dazzle Rose #F640BA
Tints of Razzle Dazzle Rose #F640BA
RGB
CMYK
RGB Variations
Color information
#F640BA (or 0xF640BA) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and BA. RGB value is (246,64,186). Sum of RGB (Red+Green+Blue) = 246+64+186=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F640BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640BA is #09BF45. Grayscale: #848484. Windows color (decimal): -638790 or 12206326. OLE color: 12206326.
HSL color Cylindrical-coordinate representation of color #F640BA: hue angle of 319.78º 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 #F640BA is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 186 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.04 |
| HSL | 319.78º | 0.91% | 0.61% | - |
| HSV(B) | 319.78º | 0.74% | 0.96% | - |
| XYZ | 48.7 | 26.8 | 49.06 | - |
| YUV | 132.33 | 158.3 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 186 | 0 | 0.74 | 0.24 | 0.04 | 319.78 | 0.91 | 0.61 |
| Hex | F6 | 40 | BA | 0 | 4A | 18 | 4 | 140 | 5B | 3D |
| Octal | 366 | 100 | 272 | 0 | 112 | 30 | 4 | 500 | 133 | 75 |
| Binary | 11110110 | 1000000 | 10111010 | 0 | 1001010 | 11000 | 100 | 101000000 | 1011011 | 111101 |
Color Harmonies of #F640BA
Complementary color
Monochromatic Colors of #F640BA
Black with #F640BA
Text Example
Text Example
White with #F640BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640BA; }
p { color: rgb(246,64,186); }
H1.HeaderClassName
{
color: #F640BA;
}
.AnyTagClassName
{
color: #F640BA;
}
</style>
background-color css
<style>
a { background-color: #F640BA; }
a { background-color: rgb(246,64,186); }
div.DivClassName
{
background-color: #F640BA;
}
.BgClassName
{
background-color: #F640BA;
}
</style>
border-color css
<style>
span { border-color: #F640BA; }
span { border-color: rgb(246,64,186); }
td.TdClassName
{
border-color: #F640BA;
}
.TagClassName
{
border-color: #F640BA;
}
</style>