Shades of Razzle Dazzle Rose #F643DB
Tints of Razzle Dazzle Rose #F643DB
RGB
CMYK
RGB Variations
Color information
#F643DB (or 0xF643DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 43 and DB. RGB value is (246,67,219). Sum of RGB (Red+Green+Blue) = 246+67+219=532 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.24% from 532); Green value is 67 (26.56% from 255 or 12.59% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 246 - color contains mainly: red. Hex color #F643DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F643DB is #09BC24. Grayscale: #898989. Windows color (decimal): -637989 or 14369782. OLE color: 14369782.
HSL color Cylindrical-coordinate representation of color #F643DB: hue angle of 309.05º 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 #F643DB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 67 | 219 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.04 |
| HSL | 309.05º | 0.91% | 0.61% | - |
| HSV(B) | 309.05º | 0.73% | 0.96% | - |
| XYZ | 52.8 | 28.72 | 69.78 | - |
| YUV | 137.85 | 173.8 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 67 | 219 | 0 | 0.73 | 0.11 | 0.04 | 309.05 | 0.91 | 0.61 |
| Hex | F6 | 43 | DB | 0 | 49 | B | 4 | 135 | 5B | 3D |
| Octal | 366 | 103 | 333 | 0 | 111 | 13 | 4 | 465 | 133 | 75 |
| Binary | 11110110 | 1000011 | 11011011 | 0 | 1001001 | 1011 | 100 | 100110101 | 1011011 | 111101 |
Color Harmonies of #F643DB
Complementary color
Monochromatic Colors of #F643DB
Black with #F643DB
Text Example
Text Example
White with #F643DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F643DB; }
p { color: rgb(246,67,219); }
H1.HeaderClassName
{
color: #F643DB;
}
.AnyTagClassName
{
color: #F643DB;
}
</style>
background-color css
<style>
a { background-color: #F643DB; }
a { background-color: rgb(246,67,219); }
div.DivClassName
{
background-color: #F643DB;
}
.BgClassName
{
background-color: #F643DB;
}
</style>
border-color css
<style>
span { border-color: #F643DB; }
span { border-color: rgb(246,67,219); }
td.TdClassName
{
border-color: #F643DB;
}
.TagClassName
{
border-color: #F643DB;
}
</style>