Shades of Razzle Dazzle Rose #F620DB
Tints of Razzle Dazzle Rose #F620DB
RGB
CMYK
RGB Variations
Color information
#F620DB (or 0xF620DB) is known color: Razzle Dazzle Rose. HEX triplet: F6, 20 and DB. RGB value is (246,32,219). Sum of RGB (Red+Green+Blue) = 246+32+219=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F620DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620DB is #09DF24. Grayscale: #747474. Windows color (decimal): -646949 or 14360822. OLE color: 14360822.
HSL color Cylindrical-coordinate representation of color #F620DB: hue angle of 307.57º 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 #F620DB is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 219 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.04 |
| HSL | 307.57º | 0.92% | 0.55% | - |
| HSV(B) | 307.57º | 0.87% | 0.96% | - |
| XYZ | 51.31 | 25.74 | 69.28 | - |
| YUV | 117.3 | 185.4 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 219 | 0 | 0.87 | 0.11 | 0.04 | 307.57 | 0.92 | 0.55 |
| Hex | F6 | 20 | DB | 0 | 57 | B | 4 | 134 | 5C | 37 |
| Octal | 366 | 40 | 333 | 0 | 127 | 13 | 4 | 464 | 134 | 67 |
| Binary | 11110110 | 100000 | 11011011 | 0 | 1010111 | 1011 | 100 | 100110100 | 1011100 | 110111 |
Color Harmonies of #F620DB
Complementary color
Monochromatic Colors of #F620DB
Black with #F620DB
Text Example
Text Example
White with #F620DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620DB; }
p { color: rgb(246,32,219); }
H1.HeaderClassName
{
color: #F620DB;
}
.AnyTagClassName
{
color: #F620DB;
}
</style>
background-color css
<style>
a { background-color: #F620DB; }
a { background-color: rgb(246,32,219); }
div.DivClassName
{
background-color: #F620DB;
}
.BgClassName
{
background-color: #F620DB;
}
</style>
border-color css
<style>
span { border-color: #F620DB; }
span { border-color: rgb(246,32,219); }
td.TdClassName
{
border-color: #F620DB;
}
.TagClassName
{
border-color: #F620DB;
}
</style>