Shades of Razzle Dazzle Rose #F620DF
Tints of Razzle Dazzle Rose #F620DF
RGB
CMYK
RGB Variations
Color information
#F620DF (or 0xF620DF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 20 and DF. RGB value is (246,32,223). Sum of RGB (Red+Green+Blue) = 246+32+223=501 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.10% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 246 - color contains mainly: red. Hex color #F620DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F620DF is #09DF20. Grayscale: #757575. Windows color (decimal): -646945 or 14622966. OLE color: 14622966.
HSL color Cylindrical-coordinate representation of color #F620DF: hue angle of 306.45º 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 #F620DF is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 32 | 223 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.04 |
| HSL | 306.45º | 0.92% | 0.55% | - |
| HSV(B) | 306.45º | 0.87% | 0.96% | - |
| XYZ | 51.84 | 25.95 | 72.09 | - |
| YUV | 117.76 | 187.4 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 32 | 223 | 0 | 0.87 | 0.09 | 0.04 | 306.45 | 0.92 | 0.55 |
| Hex | F6 | 20 | DF | 0 | 57 | 9 | 4 | 132 | 5C | 37 |
| Octal | 366 | 40 | 337 | 0 | 127 | 11 | 4 | 462 | 134 | 67 |
| Binary | 11110110 | 100000 | 11011111 | 0 | 1010111 | 1001 | 100 | 100110010 | 1011100 | 110111 |
Color Harmonies of #F620DF
Complementary color
Monochromatic Colors of #F620DF
Black with #F620DF
Text Example
Text Example
White with #F620DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F620DF; }
p { color: rgb(246,32,223); }
H1.HeaderClassName
{
color: #F620DF;
}
.AnyTagClassName
{
color: #F620DF;
}
</style>
background-color css
<style>
a { background-color: #F620DF; }
a { background-color: rgb(246,32,223); }
div.DivClassName
{
background-color: #F620DF;
}
.BgClassName
{
background-color: #F620DF;
}
</style>
border-color css
<style>
span { border-color: #F620DF; }
span { border-color: rgb(246,32,223); }
td.TdClassName
{
border-color: #F620DF;
}
.TagClassName
{
border-color: #F620DF;
}
</style>