Shades of Razzle Dazzle Rose #F642DF
Tints of Razzle Dazzle Rose #F642DF
RGB
CMYK
RGB Variations
Color information
#F642DF (or 0xF642DF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 42 and DF. RGB value is (246,66,223). Sum of RGB (Red+Green+Blue) = 246+66+223=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 66 (26.17% from 255 or 12.34% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F642DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F642DF is #09BD20. Grayscale: #898989. Windows color (decimal): -638241 or 14631670. OLE color: 14631670.
HSL color Cylindrical-coordinate representation of color #F642DF: hue angle of 307.67º 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 #F642DF is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 223 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.04 |
| HSL | 307.67º | 0.91% | 0.61% | - |
| HSV(B) | 307.67º | 0.73% | 0.96% | - |
| XYZ | 53.27 | 28.82 | 72.57 | - |
| YUV | 137.72 | 176.13 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 223 | 0 | 0.73 | 0.09 | 0.04 | 307.67 | 0.91 | 0.61 |
| Hex | F6 | 42 | DF | 0 | 49 | 9 | 4 | 134 | 5B | 3D |
| Octal | 366 | 102 | 337 | 0 | 111 | 11 | 4 | 464 | 133 | 75 |
| Binary | 11110110 | 1000010 | 11011111 | 0 | 1001001 | 1001 | 100 | 100110100 | 1011011 | 111101 |
Color Harmonies of #F642DF
Complementary color
Monochromatic Colors of #F642DF
Black with #F642DF
Text Example
Text Example
White with #F642DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F642DF; }
p { color: rgb(246,66,223); }
H1.HeaderClassName
{
color: #F642DF;
}
.AnyTagClassName
{
color: #F642DF;
}
</style>
background-color css
<style>
a { background-color: #F642DF; }
a { background-color: rgb(246,66,223); }
div.DivClassName
{
background-color: #F642DF;
}
.BgClassName
{
background-color: #F642DF;
}
</style>
border-color css
<style>
span { border-color: #F642DF; }
span { border-color: rgb(246,66,223); }
td.TdClassName
{
border-color: #F642DF;
}
.TagClassName
{
border-color: #F642DF;
}
</style>