Shades of Razzle Dazzle Rose #F647C0
Tints of Razzle Dazzle Rose #F647C0
RGB
CMYK
RGB Variations
Color information
#F647C0 (or 0xF647C0) is known color: Razzle Dazzle Rose. HEX triplet: F6, 47 and C0. RGB value is (246,71,192). Sum of RGB (Red+Green+Blue) = 246+71+192=509 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.33% from 509); Green value is 71 (28.12% from 255 or 13.95% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 246 - color contains mainly: red. Hex color #F647C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F647C0 is #09B83F. Grayscale: #888888. Windows color (decimal): -636992 or 12601334. OLE color: 12601334.
HSL color Cylindrical-coordinate representation of color #F647C0: hue angle of 318.51º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F647C0 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 71 | 192 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.04 |
| HSL | 318.51º | 0.91% | 0.62% | - |
| HSV(B) | 318.51º | 0.71% | 0.96% | - |
| XYZ | 49.77 | 27.91 | 52.63 | - |
| YUV | 137.12 | 158.98 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 71 | 192 | 0 | 0.71 | 0.22 | 0.04 | 318.51 | 0.91 | 0.62 |
| Hex | F6 | 47 | C0 | 0 | 47 | 16 | 4 | 13F | 5B | 3E |
| Octal | 366 | 107 | 300 | 0 | 107 | 26 | 4 | 477 | 133 | 76 |
| Binary | 11110110 | 1000111 | 11000000 | 0 | 1000111 | 10110 | 100 | 100111111 | 1011011 | 111110 |
Color Harmonies of #F647C0
Complementary color
Monochromatic Colors of #F647C0
Black with #F647C0
Text Example
Text Example
White with #F647C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F647C0; }
p { color: rgb(246,71,192); }
H1.HeaderClassName
{
color: #F647C0;
}
.AnyTagClassName
{
color: #F647C0;
}
</style>
background-color css
<style>
a { background-color: #F647C0; }
a { background-color: rgb(246,71,192); }
div.DivClassName
{
background-color: #F647C0;
}
.BgClassName
{
background-color: #F647C0;
}
</style>
border-color css
<style>
span { border-color: #F647C0; }
span { border-color: rgb(246,71,192); }
td.TdClassName
{
border-color: #F647C0;
}
.TagClassName
{
border-color: #F647C0;
}
</style>