Shades of Razzle Dazzle Rose #F621DB
Tints of Razzle Dazzle Rose #F621DB
RGB
CMYK
RGB Variations
Color information
#F621DB (or 0xF621DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 21 and DB. RGB value is (246,33,219). Sum of RGB (Red+Green+Blue) = 246+33+219=498 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.40% from 498); Green value is 33 (13.28% from 255 or 6.63% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 246 - color contains mainly: red. Hex color #F621DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F621DB is #09DE24. Grayscale: #757575. Windows color (decimal): -646693 or 14361078. OLE color: 14361078.
HSL color Cylindrical-coordinate representation of color #F621DB: hue angle of 307.61º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F621DB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 33 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.04 |
| HSL | 307.61º | 0.92% | 0.55% | - |
| HSV(B) | 307.61º | 0.87% | 0.96% | - |
| XYZ | 51.34 | 25.8 | 69.29 | - |
| YUV | 117.89 | 185.07 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 33 | 219 | 0 | 0.87 | 0.11 | 0.04 | 307.61 | 0.92 | 0.55 |
| Hex | F6 | 21 | DB | 0 | 57 | B | 4 | 134 | 5C | 37 |
| Octal | 366 | 41 | 333 | 0 | 127 | 13 | 4 | 464 | 134 | 67 |
| Binary | 11110110 | 100001 | 11011011 | 0 | 1010111 | 1011 | 100 | 100110100 | 1011100 | 110111 |
Color Harmonies of #F621DB
Complementary color
Monochromatic Colors of #F621DB
Black with #F621DB
Text Example
Text Example
White with #F621DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F621DB; }
p { color: rgb(246,33,219); }
H1.HeaderClassName
{
color: #F621DB;
}
.AnyTagClassName
{
color: #F621DB;
}
</style>
background-color css
<style>
a { background-color: #F621DB; }
a { background-color: rgb(246,33,219); }
div.DivClassName
{
background-color: #F621DB;
}
.BgClassName
{
background-color: #F621DB;
}
</style>
border-color css
<style>
span { border-color: #F621DB; }
span { border-color: rgb(246,33,219); }
td.TdClassName
{
border-color: #F621DB;
}
.TagClassName
{
border-color: #F621DB;
}
</style>