Shades of Razzle Dazzle Rose #F642DB
Tints of Razzle Dazzle Rose #F642DB
RGB
CMYK
RGB Variations
Color information
#F642DB (or 0xF642DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 42 and DB. RGB value is (246,66,219). Sum of RGB (Red+Green+Blue) = 246+66+219=531 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.33% from 531); Green value is 66 (26.17% from 255 or 12.43% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 246 - color contains mainly: red. Hex color #F642DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642DB is #09BD24. Grayscale: #888888. Windows color (decimal): -638245 or 14369526. OLE color: 14369526.
HSL color Cylindrical-coordinate representation of color #F642DB: hue angle of 309º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F642DB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 219 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.04 |
| HSL | 309º | 0.91% | 0.61% | - |
| HSV(B) | 309º | 0.73% | 0.96% | - |
| XYZ | 52.74 | 28.6 | 69.76 | - |
| YUV | 137.26 | 174.13 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 219 | 0 | 0.73 | 0.11 | 0.04 | 309 | 0.91 | 0.61 |
| Hex | F6 | 42 | DB | 0 | 49 | B | 4 | 135 | 5B | 3D |
| Octal | 366 | 102 | 333 | 0 | 111 | 13 | 4 | 465 | 133 | 75 |
| Binary | 11110110 | 1000010 | 11011011 | 0 | 1001001 | 1011 | 100 | 100110101 | 1011011 | 111101 |
Color Harmonies of #F642DB
Complementary color
Monochromatic Colors of #F642DB
Black with #F642DB
Text Example
Text Example
White with #F642DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642DB; }
p { color: rgb(246,66,219); }
H1.HeaderClassName
{
color: #F642DB;
}
.AnyTagClassName
{
color: #F642DB;
}
</style>
background-color css
<style>
a { background-color: #F642DB; }
a { background-color: rgb(246,66,219); }
div.DivClassName
{
background-color: #F642DB;
}
.BgClassName
{
background-color: #F642DB;
}
</style>
border-color css
<style>
span { border-color: #F642DB; }
span { border-color: rgb(246,66,219); }
td.TdClassName
{
border-color: #F642DB;
}
.TagClassName
{
border-color: #F642DB;
}
</style>