Shades of Razzle Dazzle Rose #F641DB
Tints of Razzle Dazzle Rose #F641DB
RGB
CMYK
RGB Variations
Color information
#F641DB (or 0xF641DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 41 and DB. RGB value is (246,65,219). Sum of RGB (Red+Green+Blue) = 246+65+219=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 65 (25.78% from 255 or 12.26% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F641DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F641DB is #09BE24. Grayscale: #888888. Windows color (decimal): -638501 or 14369270. OLE color: 14369270.
HSL color Cylindrical-coordinate representation of color #F641DB: hue angle of 308.95º 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 #F641DB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 65 | 219 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.04 |
| HSL | 308.95º | 0.91% | 0.61% | - |
| HSV(B) | 308.95º | 0.74% | 0.96% | - |
| XYZ | 52.68 | 28.49 | 69.74 | - |
| YUV | 136.68 | 174.47 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 65 | 219 | 0 | 0.74 | 0.11 | 0.04 | 308.95 | 0.91 | 0.61 |
| Hex | F6 | 41 | DB | 0 | 4A | B | 4 | 135 | 5B | 3D |
| Octal | 366 | 101 | 333 | 0 | 112 | 13 | 4 | 465 | 133 | 75 |
| Binary | 11110110 | 1000001 | 11011011 | 0 | 1001010 | 1011 | 100 | 100110101 | 1011011 | 111101 |
Color Harmonies of #F641DB
Complementary color
Monochromatic Colors of #F641DB
Black with #F641DB
Text Example
Text Example
White with #F641DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F641DB; }
p { color: rgb(246,65,219); }
H1.HeaderClassName
{
color: #F641DB;
}
.AnyTagClassName
{
color: #F641DB;
}
</style>
background-color css
<style>
a { background-color: #F641DB; }
a { background-color: rgb(246,65,219); }
div.DivClassName
{
background-color: #F641DB;
}
.BgClassName
{
background-color: #F641DB;
}
</style>
border-color css
<style>
span { border-color: #F641DB; }
span { border-color: rgb(246,65,219); }
td.TdClassName
{
border-color: #F641DB;
}
.TagClassName
{
border-color: #F641DB;
}
</style>