Shades of Razzle Dazzle Rose #F640DB
Tints of Razzle Dazzle Rose #F640DB
RGB
CMYK
RGB Variations
Color information
#F640DB (or 0xF640DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 40 and DB. RGB value is (246,64,219). Sum of RGB (Red+Green+Blue) = 246+64+219=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 64 (25.39% from 255 or 12.10% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F640DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F640DB is #09BF24. Grayscale: #878787. Windows color (decimal): -638757 or 14369014. OLE color: 14369014.
HSL color Cylindrical-coordinate representation of color #F640DB: hue angle of 308.9º 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 #F640DB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 64 | 219 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 308.9º | 0.91% | 0.61% | - |
| HSV(B) | 308.9º | 0.74% | 0.96% | - |
| XYZ | 52.63 | 28.37 | 69.72 | - |
| YUV | 136.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 64 | 219 | 0 | 0.74 | 0.11 | 0.04 | 308.9 | 0.91 | 0.61 |
| Hex | F6 | 40 | DB | 0 | 4A | B | 4 | 135 | 5B | 3D |
| Octal | 366 | 100 | 333 | 0 | 112 | 13 | 4 | 465 | 133 | 75 |
| Binary | 11110110 | 1000000 | 11011011 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011011 | 111101 |
Color Harmonies of #F640DB
Complementary color
Monochromatic Colors of #F640DB
Black with #F640DB
Text Example
Text Example
White with #F640DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F640DB; }
p { color: rgb(246,64,219); }
H1.HeaderClassName
{
color: #F640DB;
}
.AnyTagClassName
{
color: #F640DB;
}
</style>
background-color css
<style>
a { background-color: #F640DB; }
a { background-color: rgb(246,64,219); }
div.DivClassName
{
background-color: #F640DB;
}
.BgClassName
{
background-color: #F640DB;
}
</style>
border-color css
<style>
span { border-color: #F640DB; }
span { border-color: rgb(246,64,219); }
td.TdClassName
{
border-color: #F640DB;
}
.TagClassName
{
border-color: #F640DB;
}
</style>